Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The slider on that page is made with this plugin. I think your CSS might be preventing the image to get resized (maybe the container has a fixed width?)

    Thread Starter Teke

    (@teke)

    Hello,

    Thanks for the quick response. My issue is when I have multiples images on a single slide, as below:

    http://www.boxanium.com/equipment/

    As you can see, when you decrease the viewport, the images stay the same size up to a certain point. Also the images are vertically aligned due to display:block, but when I change it to display:inline, it does align horizontally. However, rather than resizing with the slider container, it would drop to the next line.

    Again, thanks for the quick response, and hope to hear from you soon.

    EDIT: I figured out the solution by wrapping each img in a <div style=”float:left; max-width:25%;”>. The max-width would vary on how many imgs you want for each slide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Size Scaling’ is closed to new replies.