I followed the documentation example and have this inside a media
object:
<figure class="image is-128x128">
<img src="https://bulma.io/images/placeholders/128x128.png">
</figure>
I use that as part of a card
for a display of multiple elements.
The problem is that when an image is uploaded which is not squared (meaning the ratio is not 1:1), the image overflows the container effectively breaking the layout.
Is there any way to fix this in bulma?