onlyfans anal stephmi
Fullscreen video
body {
background-color: #fff;
text-align: center;
font-family: sans-serif;
padding: 20px;
}
#video-container {
display: none;
position: relative;
width: 80%;
padding-bottom: 45%; /* 16:9 */
margin: 0 auto;
height: 0;
}
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
function playFullscreen() {
const container = document.getElementById(‘video-container’);
container.style.display = ‘block’;
const iframe = document.getElementById(‘video’);
const requestFullScreen = container.requestFullscreen
|| container.webkitRequestFullscreen
|| container.mozRequestFullScreen
|| container.msRequestFullscreen;
if (requestFullScreen) {
requestFullScreen.call(container);
}
}
