I’ve included few file src’s and html into my webpage just as shown in jsfiddle.
I put the stuff into php file, since wordpress texteditor tends to ruin code.
The video doesn’t work even in separate page template.
Help? :/
I’ve included few file src’s and html into my webpage just as shown in jsfiddle.
I put the stuff into php file, since wordpress texteditor tends to ruin code.
The video doesn’t work even in separate page template.
Help? :/
Comments are closed.
If you are talking about this, I can see it’s working.
However, taking a look at the source code, I found you have two instances of jQuery. You might want to remove the first one found just below the opening
<html>
tag. It’s not only the improper way to enqueue jQuery, but may also conflict with the other one.