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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -