Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi Rex, the slideshows scale to fit the container they are in, if that container doesn’t scale, the slideshows won’t either.

    You have to containers wrapped around the slideshow with fixed widths:

    #primary {
    width: 535px;
    }
    
    #content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    }

    If they are changes to a 100% everything scales:

    #primary {
    width: 100%;
    }
    
    #content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
    Thread Starter Dec Rachelle Wenceslao

    (@iamxedrix)

    Thanks Josh. You are right. I’m just about to do that. That is what’s being suggested for me to do since I’ve messed up my theme by using fix widths. So basically It’s not the plugin that’s causing this to happen but the fix widths.

    Thanks for helping out. By the way, Really cool slider. I just love how simple it is. And your support is awesome! Consistency seems to be your key. Keep up the good work!

    Rex

    Plugin Author Josh Leuze

    (@jleuze)

    Thanks Rex, you’re welcome. Yeah responsive design can be tricky, you have to keep everything fluid so it will scale.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slides not resizing’ is closed to new replies.