You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
The template:
<xsl:template name="stk:video.embed-youtube" as="element()">
I just added this to the template to make it work as a quick fix, and it's far from good (doesn't care about region-width).
<xsl:attribute name="width" select="$width"/>
<xsl:attribute name="height" select="$height"/>
Current template doesn't even output these values even though the JavaScript is looking for it when going for responsive iframes.
This makes responsive iframe not work.
The template:
<xsl:template name="stk:video.embed-youtube" as="element()">
I just added this to the template to make it work as a quick fix, and it's far from good (doesn't care about region-width).
<xsl:attribute name="width" select="$width"/>
<xsl:attribute name="height" select="$height"/>
Current template doesn't even output these values even though the JavaScript is looking for it when going for responsive iframes.