网站中显示的图像看起来没有响应

images displaying in a site is not looking responsive

我们使用以下代码在本网站中显示图像:

http://demo1.kidsdial.com/

你可以看到下面4张图片"slideshow"张图片 但它看起来没有响应。

这意味着,在移动设备和标签页中,它没有正确排列,在较小的屏幕显示器中,它也没有正确显示。

我必须做哪些代码更改才能使其响应?

试试这个:

<img alt="" src="...topoffers1.jpg" style="max-width: 23%;">
<img alt="" src="...topoffers2.jpg" style="max-width: 50%;">
<img alt="" src="...topoffers3.jpg" style="max-width: 23%;">

http://prntscr.com/6r4iaj

http://prntscr.com/6r4igz

http://prntscr.com/6r4ilv