Avada Forums Community Forum product images with a "crossfade" / hover effect which is undesirably shifting Reply To: product images with a "crossfade" / hover effect which is undesirably shifting

benjaminblue
Participant
Post count: 38

hey!

i did find the answer..paste this in Custom CSS.

/* bug fix: hover over products with crossfade effect caused images to shift a few pixels (maybe just one!) */
.product-images .crossfade-images img {
    transform: translateZ(0);
}