Small images are bigger on mobile than originals on PC version.
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
5Hi 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%; }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
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; }YES! Thank you so much “!important” tag was missing. Now its works as i needed! Great support!
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.