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

时间:2015-04-08 10:59:05

标签: image responsive-design

我们正在使用以下代码在此站点中显示图像:

http://demo1.kidsdial.com/

   

您可以在“幻灯片”图片下方看到4张图片 但它看起来并不敏感。

这意味着,在手机和标签中,它没有正确安排。在较小的屏幕显示器中,它无法正常显示。

我需要做哪些代码更改才能使其响应?

1 个答案:

答案 0 :(得分:0)

试试这个:

<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