JetPack Gallery sizing down full-size images for thumbnails
-
I am using a Jetpack Tiled Gallery in a widget section of my friend’s blog. He mentioned to me that the gallery was loading VERY slowly. After investigating, I realized that the thumbnails in the gallery were actually the full size images being sized down to thumbnail size. So it has to load to full size version of each image which takes a lot of time.
In every example I have seen online, the src of the image is resized using URL parameters. On my friend’s blog, it is attempting to resize the src of the image using this method; however, it doesn’t seem to be working. I am using Photon by Jetpack as well.
The blog is wvfisherman.com and the gallery is in the widget section to the right titled “Braggin Board”
Here is a sample src URL for one of the gallery thumbnails: https://wvfisherman.com/wp-content/uploads/2013/10/Big-Bass-Stonewall.jpg?w=84&h=94
- The topic ‘JetPack Gallery sizing down full-size images for thumbnails’ is closed to new replies.