hi,
I’m trying to distpay video on a website by using cornerstone element. Tried everything and it’s always broken. Please help.
hi,
I’m trying to distpay video on a website by using cornerstone element. Tried everything and it’s always broken. Please help.
Hi there,
The issue seems to be caused by the pretty quotes you used in the embedded iframe code:
<iframe width=“560” height=“315" src=“https://www.youtube.com/embed/mNgassWdmo8” frameborder=“0" allow=“autoplay; encrypted-media” allowfullscreen></iframe>
Instead of using “ please use " like:
<iframe width="560" height="315" src="https://www.youtube.com/embed/mNgassWdmo8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Hope this helps.
Works! Thanks a million 
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.