Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Responsive Image Slider Reply To: Responsive Image Slider

#153577
Alen
Participant

Make sure you have 100% width on the image of the slider.

So something like: .slider img { width: 100%; }

Also make sure to remove width/height from the img tag.

Without code can’t really think of anything else. Check if you’re getting any JavaScript errors.

-Alen