Blur.js icon indicating copy to clipboard operation
Blur.js copied to clipboard

Chrome redraw bug on fixed background image

Open MurhafSousli opened this issue 10 years ago • 0 comments

On chrome when I scroll down the target elements don't get new blurred images till the mouse hover them, but when I open the library website blurjs fixed background example It works on the same browser, why do I get redrawing issue with blurjs? JS: $('.panel').blurjs({ radius: 2, overlay: 'rgba(255,255,255,0.4)', draggable: true }); CSS: body{ background: url('../images/1.png'); background-position: top left; background-repeat: repeat; background-attachment: fixed; }

MurhafSousli avatar Nov 10 '14 04:11 MurhafSousli