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
I was need apply both backface-visibility and transform rules to prevent this glitch. Like this:
backface-visibility
transform
a {-webkit-transform: rotate(0);} a img {-webkit-backface-visibility: hidden;}