Youtube Video Blurring

Developer
Size
1,843 Kb
Views
48,576

How do I make an youtube video blurring?

CSS Blurring for embeds. What is a youtube video blurring? How do you make a youtube video blurring? This script and codes were developed by ThatGuySam on 06 August 2022, Saturday.

Youtube Video Blurring Previews

Youtube Video Blurring - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Youtube Video Blurring</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--[if lt IE 7]> <div class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <div class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <div class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <div class="no-js"> <!--<![endif]-->
<iframe id="css-filter-blur" src="https://www.youtube.com/embed/rPJL2AoxeBE" alt="Blur" height="360" width="640" frameborder="0" ></iframe>
<svg id="svg-image-blur"> <filter id="blur-effect-1"> <feGaussianBlur stdDeviation="2" /> </filter>
</svg>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Youtube Video Blurring - Script Codes CSS Codes

#css-filter-blur { margin: 20px; }
#css-filter-blur:hover { -webkit-filter: blur(5px); filter: url(#blur-effect-1);
}
.lt-ie9 #css-filter-blur:hover { filter: progid:DXImageTransform.Microsoft.Blur(Strength=5); position: relative; left: -2px; top: -2px; }
Youtube Video Blurring - Script Codes
Youtube Video Blurring - Script Codes
Home Page Home
Developer ThatGuySam
Username ThatGuySam
Uploaded August 06, 2022
Rating 3
Size 1,843 Kb
Views 48,576
Do you need developer help for Youtube Video Blurring?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

ThatGuySam (ThatGuySam) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!