style: adjust iframe dimensions for better video preview display

This commit is contained in:
2025-09-11 00:11:40 -03:00
parent db9d2119d8
commit e754d3f14f

View File

@@ -67,6 +67,10 @@ function PreviewCard() {
<div className="aspect-video w-full">
<iframe
className="h-full w-full"
style={{
width: "100%",
height: "480px",
}}
src={videoSrc}
title="Reflecto preview"
allow="autoplay; encrypted-media; picture-in-picture"