You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
993 B
HTML
30 lines
993 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>videostretcher</title>
|
|
<style type="text/css">
|
|
body{
|
|
background-color: black;
|
|
}
|
|
|
|
#a {
|
|
transform: scale(300,0.5);
|
|
}
|
|
|
|
#b {
|
|
transform: scale(0.5,300);
|
|
}
|
|
|
|
#c {
|
|
transform: scale(0.5,300) rotate(385deg) translate(265%,-224%);
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe id="b" width="560" height="315" src="https://www.youtube.com/embed/0P2VCMT8vAw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
<iframe id="a" width="560" height="315" src="https://www.youtube.com/embed/0P2VCMT8vAw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
<iframe id="c" width="560" height="315" src="https://www.youtube.com/embed/0P2VCMT8vAw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</body>
|
|
</html> |