jakiestfu / Blur.js

blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements.
924 stars 212 forks source link

background-size messes up the image in the blurred div #40

Open ZomoXYZ opened 9 years ago

ZomoXYZ commented 9 years ago

For default the image is much larger than the screen, so I added background-size: 100% 100% in order to only fit the screen, but when I do that it doesn't seem to update the blurjs div so it blurs the image without changing the image size