image moves on hover - chrome opacity issue

前端 未结 14 2274
一向
一向 2020-11-27 10:19

There seems to be an issue with my page here: http://www.lonewulf.eu

When hovering over the thumbnails the image moves a bit on the right, and it only happens on Chr

14条回答
  •  甜味超标
    2020-11-27 10:57

    Having marked Rick Giner's answer as correct I then found out it did not fix the issue.

    In my case I have responsive width images contained within a max-width div. Once the site width crosses that max width the images move on hover (using css transform).

    The fix in my case was to simply amend the max width to a multiple of three, three columns in this case, and it fixed it perfectly.

提交回复
热议问题