Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I am using Vantage premium as my theme on my blog (NoPulp.ca). I have my blog posts display on my home page with a preview picture. I have noticed that when I make a post using Vantage the preview picture is poor quality, but the posts I made with previous themes show very nicely still (On the home page the latest 8 posts vs post 9&10). I have tried uploading full size pictures rather than compressed pictures, but the quality does not improve.
How can I improve my preview image quality?
Thanks.
Hi NoPulp
Thanks for your question.
It looks like you might have edited style.css directly. All WordPress themes completely overwrite their own folder. If we release an update for Vantage and you run that update, any changes you’ve made to style.css will be lost. All edited CSS rules should, ideally, be stored at Appearance > Custom CSS. So for example, you’ve edited the Grid Loop so that rule should be stored at Appearance > Custom CSS:
In this case, you’ve only edited the width property so only that declaration needs to be stored in Custom CSS.
The image quality problem arises from this rule. By default, the grid loop articles are only 25%. Vantage hard crops the images, expecting 25%, not 50%. Here is what the theme does in the background:
By increasing the article width to 50% you’re making the images larger than 436 x 272 which is why they’re distorted.
If you want to keep your 50% article width you could try the following steps:
1. Install a plugin called Simple Image Sizes.
2. Use Simple Image Sizes to change the grid loop image size to 478 x 298.
3. Use Simple Image Sizes to regenerate thumbnails.
Exactly what I was looking for. Thank you!
Have been extremely happy with these theme other than that minor issue.
Nicely done :) We’re glad to hear you’ve made progress.
Thanks for your support and all the best with your site.