html5 - Blur overlay over video -



html5 - Blur overlay over video -

i'm trying set blurred overlay layer on video.

i recreated effect in jsfiddle: http://jsfiddle.net/zswcctc7/1/

this situation more or less.

<div class="overlay-wrapper"> <div class="video"> <iframe width="560" height="315" src="//www.youtube.com/embed/vdcgnuccrv0?rel=0" frameborder="0" allowfullscreen></iframe> </div> <div class="overlay"></div> </div>

so instead of white layer have blurred layer, ios style-ish. tried lot of things blurjs, nil find seems work video's.

html5 css3

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -