Struggling with thumbnail sizes (and columns)
-
Hi there, thanks for your effort in creating this plug-in, it sounds like exactly what I need. I confess to be a CSS/WP newbie and just cannot manage to change the size of my displayed thumbnails to something larger.
I’ve created a 500x500px custom tester thumbnail for one of the documents in my gallery, and copied and pasted the code below to the Custom CSS box and also changed the thumbnail size under Settings, but this larger tester thumbnail is still displayed the exact same as all the others. Any help would be greatly appreciated. The gallery is located at https://jdvanzyl.com/journalism/. On a sidenote, any pointers on how to get the documents/thumbnails to display as two columns rather than just one? Thanks a stack!
div.document-icon img {
max-width: 500px !important;
max-height: 500px !important;
}
div.descriptions.document-icon img {
max-width: 500px !important;
max-height: 500px !important;
}
- The topic ‘Struggling with thumbnail sizes (and columns)’ is closed to new replies.