feat(editor): scale video embeddables based on zoom (#11251)

This commit is contained in:
David Luzar
2026-04-28 21:49:40 +02:00
committed by GitHub
parent 43fa4b5602
commit 278cd35772
2 changed files with 58 additions and 25 deletions
+8
View File
@@ -814,6 +814,14 @@ body.excalidraw-cursor-resize * {
.excalidraw__embeddable__outer {
width: 100%;
height: 100%;
}
.excalidraw__embeddable__content {
width: 100%;
height: 100%;
transform-origin: top left;
&,
& > * {
border-radius: var(--embeddable-radius);
}