i'm trying to embed a YouTube video into Quark Default, Frontpage > Video using the following code, as per the documentation:
- Code: Select all
<div class="very-big-spaces">
<a class="gk-video-link gk-add-rotate-animation"href="https://www.youtube.com/embed/k34gZVzQT-g"data-url="video-url?color=ffffff&title=0&byline=0&portrait=0" data-width="1920"data-height="1080" data-sr="enter bottom and move 50px">Press <i class="fa fa-play"></i> Play</a>
</div>
The result is:
"Not Found
The requested URL /video-url was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
As well as this, is it possible to run an MP4 instead of the frontage header image?
Thanks in advance!