Hello, I’m very new to web development and have recently undertaken moving an Omeka S site developed on my school’s server to independent hosting. While the site has been transferred without issue, there appears to be a problem with the thumbnail formatting in item showcase a blocks which wasn’t present on the original site.
Regardless of the “Thumbnail Size” setting of images in the item showcase block, all images appear very small when presented on the site (See here). This only appears to be an issue for item showcase blocks with more than one item.
Following the instructions of this thread I resized the thumbnail settings in the local.config.php file from (Large=800, Medium=200, Small=200) to (Large=800, Medium=400, Small=200). Using the DerivativeImages module I tried to regenerate the thumbnails after modifying the config file, but they seem to have been unaffected. As this is my first time attempting anything like this, I’m unsure if it was a simple mistake in either modifying the file or regenerating the thumbnails (the module seems to have processed without issue).
Does anyone have experience with anything similar? A solution might be replacing the affected item showcase blocks with media embedded blocks which do not appear to have this issue. However, the site is already quite large and it would be preferable not to have to go through and replace them all.
Thanks so much for any help and advice!