-
|
img are not rendered properly. I have Any clue why? |
Beta Was this translation helpful? Give feedback.
Answered by
h-enk
Jan 23, 2026
Replies: 1 comment 11 replies
-
|
What if you add to .blur-up {
filter: blur(5px);
transition: filter 400ms; }
.blur-up.lazyloaded {
filter: unset; }What if you use images with a larger dimension? So, for example 1500x964 (in stead of 750x482). If it works in development, but not in production, check if the module.exports = {
plugins: [
purgeCSSPlugin({
safelist: [
'img-fluid',
'blur-up',
'lazyload',
'lazyloaded'
]
})
]
};Otherwise, please share your repo? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks to Claude (it took some thinking time)!
So, remove your projects'
layouts/_partials/footer/script-footer.htmland you're good: