Comment to 'Hi, I'm using the classes module to create an online course. Bes...'
  • I found a workaround... If i add an iframe having the css class "ql-video", the iframe tag won't be removed.

    That's not a really beautiful way but i will go for that now. If you remove that security flaw, please add the possibility to not only upload a video but also to embed a hosted one.

    <iframe class="ql-video" frameborder="0" allowfullscreen="true" src="mvideoplayer.html"></iframe>
    
    • Well, the iframe solution isn't a good too. I guess you may add the RAW block for the course page, where you will place the JS code which dynamically calculates the proper video according to the class name or by another point.