Tagged: x
-
AuthorPosts
-
March 21, 2017 at 8:53 pm #1415743
Hey guys,
I know this isn’t strictly an X question, but maybe this inquiry is an easy fix. I have a photo gallery at http://gwi.nueramarketing.com/guidewell-innovation/ and I’ve got the following effect installed to make the images enlarge slightly when the user hovers over them. As usual, it looks great in Chrome, but in Firefox there is an error in the way it displays.
Here is my code:
.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img { transition: all 2s ease-in-out; } .envira-gallery-wrap .envira-gallery-public .envira-gallery-item:hover img { transform: scale(1.05); } .envira-gallery-wrap .envira-gallery-public .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public .envira-gallery-item .envira-gallery-item-inner { overflow: hidden; }
Do you see anything wrong with my code at a glance?
Thanks so much 🙂
March 22, 2017 at 6:19 am #1416078Hi There,
It seems to work fine on my Firefox:
Could you please provide us with your screenshots?
Many thanks.
March 22, 2017 at 10:04 am #1416310So we’ve actually decided to go a different way with the design now. but thank you for checking!
March 22, 2017 at 11:41 am #1416478You’re most welcome. 🙂
-
AuthorPosts