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
I had a few minute struggle with this until I realized what the issue was.
If this is the shortcode: [youtube width="800" height="500" video="M7lc1UVf-VE"]
Then this needs change: {% include 'shortcode-render' render:'src' default:'M7lc1UVf-VE' %}
It should be: {% include 'shortcode-render' render:'video' default:'M7lc1UVf-VE' %}
OR
you can simply change instructions to: [youtube width="800" height="500" src="M7lc1UVf-VE"]
Btw, thanks for this, it is making Shopify dev easier :)
The text was updated successfully, but these errors were encountered:
Hi,
I had a few minute struggle with this until I realized what the issue was.
If this is the shortcode:
[youtube width="800" height="500" video="M7lc1UVf-VE"]
Then this needs change:
{% include 'shortcode-render' render:'src' default:'M7lc1UVf-VE' %}
It should be:
{% include 'shortcode-render' render:'video' default:'M7lc1UVf-VE' %}
OR
you can simply change instructions to:
[youtube width="800" height="500" src="M7lc1UVf-VE"]
Btw, thanks for this, it is making Shopify dev easier :)
The text was updated successfully, but these errors were encountered: