Hi, When you move to a smaller screen the the slideshow is responsive but it moves the right descriptions over the graphic so you can no longer see it all. Is there a way to fix this? Have everything resize? or maybe just turn off the description?
Thanks
5 answers
Go to this File: /skin/frontend/default/jm_kidsland/joomlart/jmslideshow/css/jm.slideshow.css
Add this code
Code:
.jm-slide-item > img { max-width: 100%; }
Thanks. That is better but the graphic gets distorted I added height:auto; but then the side bar was sill large and the graphic small. Anyway to make the whole container for the slide show shrink proportional? Thanks for you help..
I have provided a css fix for what almost can be done to look good.
Is the fix what you posted before? Or is there another css fix? Thanks
This is the fix and there is no other fix for the slideshow.
Code:
.jm-slide-item > img { max-width: 100%; }