Images resizing in Fruitful theme 2.2
-
Three lines of code appear to be causing the problem in style.css (lines 412 – 414). I can’t/won’t upgrade to 2.2 until this is fixed.
Commenting them out fixed the problem (in my sandbox), see below. Is there another way to fix this without coding?
410 .site-content .entry-content p a img, .site-content .entry-content p img {
411 /*box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5) */
412 height: 100%; /* THIS LINE AND THE TWO BELOW ARE CAUSING THE IMAGE RESIZE */
413 max-width: 100%;
414 width: 100%;
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Images resizing in Fruitful theme 2.2’ is closed to new replies.