feature: improved embeds

This commit is contained in:
Andy Burke 2025-07-25 20:07:29 -07:00
parent 609699e4b0
commit f2066310d4
5 changed files with 757 additions and 45 deletions

View file

@ -185,10 +185,9 @@
position: relative;
width: 100%;
max-width: 640px;
height: 0;
overflow: hidden;
overflow-y: auto;
padding-bottom: 20%;
}
#talk .embed-container.iframe {
}
#talk .embed-container .embed-actions-container {
@ -208,14 +207,23 @@
}
#talk .embed-container.short {
height: 0;
overflow: hidden;
overflow-y: auto;
padding-bottom: 7.5%;
}
#talk .embed-container.letterbox {
height: 0;
overflow: hidden;
overflow-y: auto;
padding-bottom: 33%;
}
#talk .embed-container.square {
height: 0;
overflow: hidden;
overflow-y: auto;
padding-bottom: 50%;
}