Since the width of the image is in percentages, it will base it’s size relative to the parent (which is resizing). I’d recommend changing it to width: 100px
height: 100px
for example; also set the max width back to default.
1 Like