Product dot hover
I'm thinking of using absolute position to place the dot on the product image but I'm worried that this wont work if the image change sizes when it's responsive and messed up the actual correct position.
is using
position
a good idea for this scenario?4 Replies
One thing you can easily do is to keep the aspect ratio of the image and use percentage to position the dots.
You'll be home free!
Overlay a grid and use template areas with blank spaces 🫠🤔
@Khoa That's awesome!