lc
08/14/2024, 4:05 PMlc
08/14/2024, 4:06 PMDavid Herman
08/14/2024, 5:15 PMDavid Herman
08/14/2024, 5:17 PMChristiano
08/14/2024, 9:23 PMIframe(
attrs = Modifier
.borderRadius(8.px)
.overflow(Overflow.Hidden)
.aspectRatio(16, 9)
.width(if (breakpoint > Breakpoint.LG) 66.percent else 100.percent)
.toAttrs {
attr("allowfullscreen", "")
attr(Attr.Src, project.embeddedVideoUrl)
}
)
David Herman
08/14/2024, 9:24 PMlc
08/16/2024, 8:59 AM