Home Forums WoodMart support forum Retina resolution on image

Retina resolution on image

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #201915

    Giulio
    Participant

    Hello,

    I’m occurring some difficulties to set some icons in high quality using Single Image option. I saw that if I try to increase the size I can see them better, but they became also more big. Instead I prefer to show them in 100×100 dimension max. As you can see now they are a bit blurred, because the browser shows the standard resolution.

    How can I fix it? I also searched on Google, but nothing useful. Thanks!

    #201951

    Artem Temos
    Keymaster

    Hello,

    Try to double the size of those images to make it look clear. But the best way is to use SVG for such icons that will be smaller in size and look perfect on any screen resolutions. You can check on our demos.

    Kind Regards

    #201953

    Giulio
    Participant

    I already tried to publish icons in a double size, but then I also needed to set a size like 100×100 and the result is the same. The images are resized in 100×100, but not retina.

    #201954

    Artem Temos
    Keymaster

    Try to upload 200×200 images so we can check how it works.

    #201957

    Giulio
    Participant

    Sorry, I said wrong.

    The files that I’m using right now are 50×50. I tried the 100×100 files and they are shown in 100×100 in “full” mode. If I set “thumbnail” VP Bakery shows a very low resolution. There is no way!

    #202006

    Artem Temos
    Keymaster

    Try to upload 100×100 and set to full so we will check.

    #202252

    Giulio
    Participant

    Let’s try another way. Suppose that I’d like to show the icons in 25×25 size. Now they are 50×50 in “full” size. What I have to do to show them in 25×25 in high resolution?

    #202267

    Artem Temos
    Keymaster

    Currently, the only way to do this is to limit single image element width. Try to add some extra CSS class to that element like width-25 and use the following custom CSS

    .width-25 img {
        width: 25px;
    }
    #202603

    Giulio
    Participant

    I did it, but nothing changed.

    #202620

    Artem Temos
    Keymaster

    Please, add the custom CSS code to Theme Settings also. We don’t see the code added at the moment.

    #202630

    Giulio
    Participant

    The cache plugin didn’t clean the CSS. Now it works great. Thanks!

    #202637

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Retina resolution on image’ is closed to new replies.