Home › Forums › ART WordPress Theme › Blurry Images in Mobile
- This topic has 6 replies, 3 voices, and was last updated 6 years, 3 months ago by
SeaTheme.
-
AuthorPosts
-
February 20, 2020 at 8:05 pm #20524
Greetings! I just installed the ART theme and the images in mobile are blurry (safari & chrome).
I cannot find out what the issue is (wordpress downsample or plugin). Is it a setting in theme? On Desktop, the image resolution is fine.
It doesn’t seem to be a common problem, so I’m hoping it’s just user error. 🙂Thanks for the help!
February 21, 2020 at 4:46 am #20528Hi,
Hi, thank you for purchasing our theme 🙂
Could you please leave your website URL, I will check it. Thanks!
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
February 21, 2020 at 6:55 am #20529This reply has been marked as private.February 22, 2020 at 4:37 am #20532Hi,
We set image srcset in Art theme, it means that it shows different size image files for different size screen device.
Like:
The origin size(1920×950, ) loaded on the desktop:
https://your-site.com/wp-content/uploads/2020/02/kds_ttt3x.jpgThe smaller size(1000×495) for the mobile
https://your-site.com/wp-content/uploads/2020/02/kds_ttt3x-1000×495.jpgIt is possible to show the origin image for all devices:
Go to Plugins>plugin editor, edit /plugins/bm-builder/include/templates/modules/module-slider.php
find the line 214:
$sliderImgTag = '<img src="'.esc_attr( $thumbBlank ).'" data-src="' .esc_url( $thumbSrc ). '" alt="'.esc_attr( $imageCaption ).'" data-srcset="'.wp_kses_post( $thumbFullSrcset ).'" data-sizes="'.wp_kses_post( $thumbFullSizes ).'" class="grid-item-img owl-lazy lazy" >';
update as:
$sliderImgTag = '<img src="'.esc_attr( $thumbBlank ).'" data-src="' .esc_url( $thumbSrc ). '" alt="'.esc_attr( $imageCaption ).'" class="grid-item-img owl-lazy lazy" >';ps: we will consider adding the option to disable srcset in the future.
Regards
February 23, 2020 at 5:59 am #20533This is perfect! Thank you so much for the help.
Will keep a lookout for future updates to see if disable srcset is added.
Thanks & best
March 3, 2020 at 9:15 pm #20584This reply has been marked as private.March 4, 2020 at 2:43 am #20585Hi Lisa
I checked your website. I didn’t find the blurry issue and weird lines.
Could you please record a video to show the issue? Thanks
You could send the video file to uiueux@gmail.comRegards!
SeaTheme
-
AuthorPosts
- You must be logged in to reply to this topic.
