Dimensions
Outer container
Section titled “Outer container”Height
Section titled “Height”<o-embed url="https://youtu.be/FTQbiNvZqaY" height="300"></o-embed>
<o-embed url="https://youtu.be/FTQbiNvZqaY" width="300"></o-embed>
Width and height
Section titled “Width and height”<o-embed url="https://youtu.be/FTQbiNvZqaY" width="300" height="300"></o-embed>
Inner <iframe>
Section titled “Inner <iframe>”Optional, Custom CSS Properties were added in @social-embed/wc
at 0.0.3-next.0
:
--social-embed-iframe-height
--social-embed-iframe-width
Height
Section titled “Height”<style> o-embed.full { --social-embed-iframe-height: 100%; --social-embed-iframe-width: 100%; height: 500px; }</style><o-embed url="https://youtu.be/FTQbiNvZqaY" class="full"></o-embed>
Height + width
Section titled “Height + width”<style> o-embed.full { --social-embed-iframe-height: 100%; --social-embed-iframe-width: 100%; width: 500px; height: 300px; }</style><o-embed url="https://youtu.be/FTQbiNvZqaY" class="full"></o-embed>