You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm a bit new to Meteor, and I guess this is a simple question but I have no idea where to start.
I tried to follow this
> Because of how meteor renders templates reactively you will need to initialize manually for the templates you want to use vide in.
> Template.templateName.onRendered(function() {
> this.$('#elementName').vide('path/to/video');
> });
But am not sure where I put this code. Do I put it in a .js file on the client folder, or in the .html file? Do I change templateName to another name? I know I change the path to the current path.
Hello, I'm a bit new to Meteor, and I guess this is a simple question but I have no idea where to start.
I tried to follow this
But am not sure where I put this code. Do I put it in a .js file on the client folder, or in the .html file? Do I change templateName to another name? I know I change the path to the current path.
I tried
In both .js file and html in the section and in the , with a
<div id="video1" style="width: 100%; height: 500px;" data-vide-bg="1.mp4" data-vide-options="position: 0% 50%"></div>
in the body.
I'm new to this, and even Javascript, please help me with this.
The text was updated successfully, but these errors were encountered: