Hi !
To integrate a video in an article I used the following code:

<div class="ratio ratio-16x9">
<iframe src="....></iframe>
</div>

But is it possible to replace the image of the article for a video?
Is it possible to modify the template (or whatever) so that the video and the text are aligned with the intro and/or the title?

Thank you

    Hi gcoral,
    You can add the following code to the Backend > Site template Styles > Ja coach - default > Tools > Custom CSS:

    .article-body.has-share .full-text {
        padding-left: 0;
    } 
    Write a Reply...
    You need to Login to view replies.