Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #204672

    Hello all,

    I am having trouble with the images I use for our blog (News). I have searched the forum but can’t find the answer I need. I am using single author, small image. Unless I use a square image, versus a banner, it is resized on the preview. You can see what I mean here: http://www.litrotechnologies.com/news/

    Unlike your post Policy Updates of WordPress on your demo site: http://kriesi.at/themes/enfold/blog/blog-single-small/

    That image is actually 1030×686 but fills the square in the preview and appears as a banner in the full blog post and then appears full size in lightbox. What settings am I missing?

    Your post The lone Balloon is another example.

    Thanks in advance,

    Scott

    #204916

    Hi Scott!

    Please add this on your custom.css or Quick CSS:

    .small-preview img {
    width: 100%;
    height: 100%;
    }

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #205750

    Thanks Ismael, that works great!

    Scott

    • This reply was modified 10 years, 10 months ago by Scott.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Image Sizes’ is closed to new replies.