deco-sites / fashion

The deco.cx Fashion Store Starter
https://fashion.deco.site
76 stars 126 forks source link

fix: Safari images #424

Closed tlgimenes closed 1 year ago

tlgimenes commented 1 year ago

What is this contribution about?

This PR fixes some issues with images on safari. The main issue was absolute positioning images inside a display: contents property.

The solution was to use a 1x1 grid with the images spawning the same row/column and adding/removing opacity on hover. Before:

image

After

image

How to test it?

Extra info