Tagged: thumbnails
Hi!
I just realized that in mobile view the images are loading in its fullsize version, instead of the respective thumbnail. Any way to fix this?
Thank you!
Hey odmv91!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .av-masonry-entry {
width: 50%;
}}
Best regards,
Yigit
Thanks for your help Yigit!
I tried that code, but I keep having the same problem, the images are still being loaded in their original size (i.e. 1500×430)
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive #top .av-masonry-entry {
width: 50%;
}}
Best regards,
Yigit
Hi Yigit!
Thanks again, but I still have the same problem; testing the page with Google PageSpeed Insights and Mobiletest.me you can give a try.
Any other alternative? Because I just noticed that if I could change that the page could load faster in the mobiles.
Hello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
Josue
I just figure out a simpler way, for the moment, thanks a lot anyway!