New version breaks responsive images
-
This is an ace plugin, however the new version contains the following CSS:
.entry-content img { max-width: none; }Unfortunately this causes responsive images in any theme with the .entry-content class to malfunction, as they depend on the rule
max-width: 100%;It seems to me this is quite a critical problem.
Surely it would be easy to fix by changing to a plugin-specific rule, such as:
.photoswipe_gallery img { max-width: none; }Please make this change!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘New version breaks responsive images’ is closed to new replies.