AI REELS PLAYER

REELS

				
					<!-- Instagram Reels Player -->
    <video id="reelsVideo" muted playsinline autoplay loop>
        <!-- Your Instagram Reels URLs will be loaded here dynamically -->
    </video>
    Loading Reels...
<style>
.instagram-reels-player {
    position: relative;
    width: 100%;
    max-width: 400px; /* Instagram Reels aspect ratio */
    aspect-ratio: 9/16; /* Vertical 1080x1920 */
    margin: 0 auto;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.vertical-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    opacity: 0.8;
}
</style>

				
			
Scroll to Top