Gallery thumbnail – resizing beyond css
-
Hello
I’ve created a set of galleries (currently being tested here). The original thumbnails for each gallery were 150x150px and so I enlarged that via CSS (in child theme) to.gallery-size-thumbnail img{ width: 303px; height: auto; }which has worked great!
EXCEPT….
that the gallery is still loading in the thumbnail version of the image that WP creates.I have no idea where to edit this last bit of data. I can see from using Firebug that it’s pulling up:
<img class="attachment-thumbnail" width="150" height="150" alt="" src="http://goodearthbags.com/wp-content/uploads/2014/03/WINEBAG_TWO-150x150.jpg"> </a>and when I edit that to
http://goodearthbags.com/wp-content/uploads/2014/03/WINEBAG_TWO.jpgit gets me the result I’d like to make permanent.Any clue how I can do so?
Your help is greatly appreciated!Cheers,
Ana
The topic ‘Gallery thumbnail – resizing beyond css’ is closed to new replies.