Hack for thumbnail sizing for Image Gallery Reloaded plugin
-
Image Gallery Reloaded plugin broke during a WordPress update. The thumbnails began to display at all different sizes, and the gallery looked sloppy.
This is how I fixed it:
1. I went into my plugins page, found the Image Gallery Reloaded plugin, and clicked on the edit link
2. In the edit plugins screen I clicked on image-gallery-reloaded/image-gallery-reloaded-style.php from the choices at right
3. In the code box I found the css section for .gallery_reloaded li img.thumb
4. I changed the height and width values from auto to 100%
5. I clicked update fileIt worked for me, and if this is a problem you have been experiencing, it might work for you too!
The topic ‘Hack for thumbnail sizing for Image Gallery Reloaded plugin’ is closed to new replies.