Skip to content

Commit

Permalink
SITES-10562 - Embed Youtube component not honoring Aspect ratio (#1015)
Browse files Browse the repository at this point in the history
- fix responsive YouTube embed
  • Loading branch information
bpauli committed Jan 12, 2023
1 parent c5404f0 commit 87a8f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
jcr:primaryType="cq:ClientLibraryFolder"
allowProxy="{Boolean}true"
categories="[${appId}.base]"
embed="[core.wcm.components.accordion.v1,core.wcm.components.tabs.v1,core.wcm.components.carousel.v1,core.wcm.components.image.v2,core.wcm.components.breadcrumb.v2,core.wcm.components.search.v1,core.wcm.components.form.text.v2,core.wcm.components.pdfviewer.v1,${appId}.grid]"/>
embed="[core.wcm.components.accordion.v1,core.wcm.components.tabs.v1,core.wcm.components.carousel.v1,core.wcm.components.image.v2,core.wcm.components.breadcrumb.v2,core.wcm.components.search.v1,core.wcm.components.form.text.v2,core.wcm.components.pdfviewer.v1,core.wcm.components.embed.v1,${appId}.grid]"/>

0 comments on commit 87a8f49

Please sign in to comment.