When i have a n image, and i set the “Image Hover effect” to “Yes, slightly increase the image size” it does not zoom it slightly. Am i doing something wrong?
Hey VizuallElisa,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
Hi VizuallElisa,
Thanks, I have tested this on my end and get the same results, glad that you found this minor bug, I’ll be reporting this to Kriesi and our devs.
For now as a temporary solution, I have added this css code in Quick CSS (located in Enfold > General Styling):
.av-hover-grow {
overflow: hidden;
}
.av-hover-grow img {
-webkit-transition: all 1.7s cubic-bezier(0.230,1.000,0.320,1.000);
transition: all 1.7s cubic-bezier(0.230,1.000,0.320,1.000)
}
.av-hover-grow:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
Also I have disabled css merging and compression in Enfold > Performance as the changes isn’t taking effect on your end if it’s enabled though it still works on my end.
Best regards,
Nikko