• Hi

    Seems like a great a plugin. Is there a setting for setting a max-width? I like the width of the featured image to be 1200px, while now it sets to 100% of the screen.

    I can only find max height settings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Yes, that is how the backstretch image behaves by default, filling the available space. There are probably a few different ways you could tackle this, but probably the easiest would be to constrain the backstretch image container with CSS, something like this:

    .big-leader {
    	margin: 0 auto;
    	max-width: 1200px;
    }

    Hope that helps you get started–

    Thread Starter wibergsweb

    (@wibergsweb)

    Hi

    Aha. Just some simple css did the trick yes ?? (I was looking for a setting. would be nice to have that kind of setting implemented as well as height)

    Anyway. Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width of featured image?’ is closed to new replies.