Custom placeholder/image loading
-
Hey! Been trying to find a solution how to get images (or thumbnails) load with custom "blurry" effect like this: https://codepen.io/jmperez/pen/yYjPER.
Now stuck in Custom Css in Lay options, cant figure it out how to get it working.. Maybe its a bigger case? im not very good at css (yet)!
Thanks!
-Andy -
img.lazyloading{ filter: blur(50px); opacity: 1!important; /* this is needed so Safari keeps sharp edges */ transform: scale(1); } img.lazyloaded{ transition: filter 300ms ease 300ms, opacity 300ms ease; filter: blur(0); }Try this one.
Play with the 300ms numbers to get different timings.
-
Thank you so much @arminunruh! It works, but now, image flickers once when entering lightbox. Any ideas how to fix that?
'Never show resized versions of your images' is enabled in Lay+lightbox options.-A
-
Hi Andy,
can you provide us with a link to the website?All the best!
Marius
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