Home>Support>Vantage Preview Picture Quality

Vantage Preview Picture Quality

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.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Support Assistants

    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:

    .vantage-grid-loop article {
        width: 50%;
    }

    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:

    add_image_size('vantage-grid-loop', 436, 272, true);

    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.

  2. 9 years, 6 months ago NoPulp

    Exactly what I was looking for. Thank you!

    Have been extremely happy with these theme other than that minor issue.

  3. 9 years, 6 months ago Support Assistants

    Nicely done :) We’re glad to hear you’ve made progress.

    Thanks for your support and all the best with your site.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More