Is there a way to alter the showcase-caption size? I’m finding that just working with the css doesn’t cut it, so it must be something to do with the thumb ratio - in the showcase.php i’ve altered the ratio of the images as follows:
<?php if($image = $project->images()->sortBy('sort', 'asc')->first()): $thumb = $image->crop(600, 300); ?>but the caption is still square and the images don’t sit next to each other theres a space for the hover caption to appear. I’m slowly learning, but a beginner here, any help very welcome