Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    Although the javascript component can have this behavior (here the full documentation), it has not been implemented on the WordPress component options.
    Anyway you can easily do it by your own adding some extra code to the DIV you want the video appear as background:

    1. Give a “mbYTPMovie” class to the DIV
    2. add it the “data-property” attribute with all the parameters you need for the video and setting the “containment” option to “self”

    As for example:
    data-property="{videoURL:'7SnmCUwOsts', containment:'self', showControls:false, autoPlay:true, loop:true, vol:50, mute:true, startAt:10, opacity:1, addRaster:true, quality:'default'}"

    Bye,
    Matteo

Viewing 1 replies (of 1 total)

The topic ‘full width video in specific div’ is closed to new replies.