Full Image Width

  • Unknown's avatar

    Hi,

    what css do I use so that my Fontfolio theme can display images in full width?

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Are you wanting all the images on your post to be the entire width of the window? Including the portrait-oriented images? If this is what you’re going for you could use this CSS:

    .entry-content img {
         width: 100%;
    }

    This will make them the entire width of the post content, but not quite the entire width of the window. To do this would require quite a bit more CSS. I’d suggest trying the above code and seeing if it close to what you’re hoping for.

  • The topic ‘Full Image Width’ is closed to new replies.