Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 93032

Re: Vimeo video

$
0
0

with edgehero.js you control the backgroundvideo with only the other classes where you can create other buttons with and stuff like that.

but no control by code. ( example : http://www.edgehero.com/examples1/video/video.html

 

you could try to create the current video as backgroundvideo

the code needs to be something like this:


sym.$("myvideoname").attr( "height","auto" ).css({

    'display': 'block',

    'position': 'absolute',

    'bottom': '0px',

    'right': '0px',

    'min-width': '100%',

    'min-height': '100%',

    'width': 'auto',

    'height': 'auto',

    'overflow':'hidden' 

});

 

the 'myvideoname' needs to be the name of your video

 

- Rob Boerman

Edgehero.com


Viewing all articles
Browse latest Browse all 93032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>