Please fix the css that squishes images
-
Every time I update Responsive Lightbox, it overwrites a fix I have to make each time. Without it images are squished:
cd htdocs/wp-content/plugins
sudo vim responsive-lightbox/assets/slippry/slippry.min.csssearch for
img{width:100%;padding:0;margin:0
add
;height:auto
after
width:100%;padding:0;margin:0
to get
.sy-slide>img{width:100%;padding:0;margin:0;height:auto}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please fix the css that squishes images’ is closed to new replies.