This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Small images are bigger on mobile than originals on PC version.

9 years ago · Last reply by Andrew Misplon 9 years ago

Hi all,

i have 2 collumns in row with images(SiteOrigin editor), created with Page Builder and it wotks fine on PC version, but when i open it on mobile small images (like 100x100px) are fitted to wide of screen and they are pixelized(because they are bigger than original ones). In need to keep them small.

http://adonjewellery.com/jewellery-collection/

Anyone can help me?

Thanks, Tomas

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 9 years, 8 months ago

    Hi Tomáš

    Thanks for reaching out. The issue is in your theme’s stylesheet. Try adding the following to a custom CSS plugin like SiteOrigin CSS to resolve:

    .comment-content img[height],.entry-content img,.entry-summary img,img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"],#site-header img {
        width: auto;
        max-width: 100%;
    }
  2. Tomáš Hrách 9 years, 8 months ago

    Hi Andrew,

    thank you for your answer, ive inserted that code into SiteOrigin CSS, but without any change.. If you go to http://adonjewellery.com/jewellery-collection/ over mobile, you can see Worlwide shipping a Best seller icons, and they are much more bigger than originals in PC version of web.

    Thanks, Tomas

  3. Andrew Misplon Staff 9 years, 8 months ago

    Try adding the following instead:

    .comment-content img[height],.entry-content img,.entry-summary img,img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"],#site-header img {
        width: auto !important;
        max-width: 100% !important;
    }
  4. Tomáš Hrách 9 years, 8 months ago

    YES! Thank you so much “!important” tag was missing. Now its works as i needed! Great support!

  5. Andrew Misplon Staff 9 years, 8 months ago

    Super :) Glad to hear that did the trick.

    All the best.

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.

Have a different question or issue?

Start New Thread