我正在使用 Wordpress 二十十二主题的孩子,当我缩小屏幕时,我的图像没有调整大小。我遇到问题的页面是:
http://69.195.124.68/~discowv9/?page_id=146
如果缩小屏幕的宽度,您将看到图像不会改变大小。通常 WP 中的这个主题会自动调整图像的大小。我似乎找不到不允许调整大小的 CSS 代码。
预先感谢您的帮助。
我试图发布屏幕截图,但我的声誉不够高。这是高尔夫球杆手柄的前后拍摄图像。
<div style="white-space:nowrap;"><img class="wp-image-438 alignleft" src="http://69.195.124.68/~discowv9/wp-content/uploads/2013/04/Cleaning-Process-of-Club-Grip.jpg" alt="Cleaning a Golf Club Grip with Club Care" style="line-height: 1.714285714; font-size: 1rem;"></img></div>
.entry-content img, .comment-content img, .widget img {
max-width: 100%;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
height: auto;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
height: auto;
max-width: 100%;
}