CSS extended image width, but cause images on PAGES to blow up
-
I was initially facing image width issues. Images in my post do not extend to the full width (see earlier thread).
A custom CSS (see below) solved the problem.
.entry-content img {
min-width: 100%;
}However, another problem arise. Images in my pages, including thumbnails will blow up to full width too – see page here.
Somehow, only images in PAGES are affected. Those in posts will not blow up if I set them to be small. Appreciate if someone can assist. Thanks.
Nicole Lee,
Editor & Founder of myBeautyCravings.com | Holy Grail Beauty ‘Must-Have’ for women!
- The topic ‘CSS extended image width, but cause images on PAGES to blow up’ is closed to new replies.