Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #315359

    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!

    #315426

    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

    #315458

    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)

    #316448

    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

    #318597

    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.

    #318603

    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

    #318670

    I just figure out a simpler way, for the moment, thanks a lot anyway!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Thumbnails not showing’ is closed to new replies.