Problem resizing thumbnails in Thanks Roy

We’re trying to figure out how to make the thumbnails on an item page larger. When I go to Appearance > Settings, and increase the size, it doesn’t affect the thumbnail, even after uploading new images after changing the settings. A test confirms this is a problem with the Thanks Roy theme in particular. Has anyone else experienced this issue and have a workaround?

What versions of Omeka and Thanks Roy are you running?

I’m using Omeka 2.5 and I’m not sure which Thanks Roy version I’m using (how would I find that info?). Thanks!

From any page on the admin, in the lower right-hand corner there’s link text that says “System Info” - clicking that gives you detailed system info, including version numbers for all your plugins and themes.
(alternatively, go to yoursite/admin/system-info )

Thank you! The Thanks Roy theme is version 2.4

Thanks for finding this bug! We’re working on a fix.

Hi @jenny.kijowski, thanks for bringing this to our attention. Here’s what you can do until the next Thanks, Roy update:

  1. Download and install the CSS Editor plugin so that you can override default styles with your own.

  2. Configure CSSEditor from your plugins page, and enter the following:

    #itemfiles a, .image {
        height: auto;
        display: block;
    }
    

I hope that helps!

Hi Kim,

This works, thanks!