Tagged: Blog, Blog images
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
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