简体   繁体   English

带有标题的Blogger图片未调整大小以适合宽度

[英]Blogger image with caption was not resize to fit the width

I am using responsive theme on My website and i have this problem on small size screens, like mobile and tablets. 我在我的网站上使用响应式主题,并且在小尺寸的屏幕上(例如手机和平板电脑)出现此问题。

It's work correctly with the image which is NOT have CAPTION 它与没有CAPTION的图像一起正常工作

All the Images with caption are displaying origional Size on mobiles. 所有带标题的图片都在手机上显示原始尺寸。

I already tried 我已经试过了

.tr-caption-container{
max-width:100%; height: auto;
}

but not working. 但不起作用。 Any suggestion?? 有什么建议吗? My website is http://www.mysteryofindia.com/ 我的网站是http://www.mysteryofindia.com/

Have you tried: 你有没有尝试过:

.tr-caption-container img{
max-width:100%; height: auto;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM