How can I replicate the hover effect on element grid thumbnails for full-width rows?
-
Hello,
On this web page there are (under "Magazin") two thumbnails next to each other (element grid thumbnails) and I want to replicate the same hover effect for the full-width thumbnail above. How can I do that (with custom CSS)? https://aaarea.com
I had to use background image with text on top, because the "featured image" is always square and too tall if used full-width.
I managed to get the darkening of the background going, but not the zoom. How can I achieve that?
-
I found it out!
.background-image img { -webkit-transition: all 400ms ease-out; -moz-transition: all 400ms ease-out; transition: all 400ms ease-out; } .background-image img:hover { filter: brightness(0.5); -webkit-filter: brightness(0.5); transform: matrix(1.05, 0, 0, 1.05, 0, 0); } -
Awesome @thomasmaier thanks for posting!! 🌝
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it