Zoom Box Content Image Sizing / Scaling
How can I make the content images on my Homepage Zoom Boxes not scale? Have a look at http://indigopalmevents.com/ - I'd like the content images ("Bespoke Design," "Special Events," and "Flowers") span the width of the Zoom Box images. Thanks, Beaver
Comments
.zoom_box:hover .photo img { -webkit-transform: none !important; -moz-transform: none !important;
-ms-transform: none !important; -o-transform: none !important; transform: none !important;}
.zoom_box .photo img { -webkit-transform: none !important; -moz-transform: none !important;
-ms-transform: none !important; -o-transform: none !important; transform: none !important;}
and it is much better to add some class in wrapper or zoom-image box, like home_zoom, then css will be:
.home_zoom .zoom_box:hover .photo img
and style without !important.
PS: and made the top image more sharp, find the appropriate one at 1920px So good looking content and main image... upps - sorry, just a look )