Okay
  Public Ticket #1867949
Auto Video Play
Closed

Comments

  •  1
    isw2017 started the conversation

    Hi,

    May I ask how do I embed this kinds of auto play video on Salient? Please see attached. 


    Thanks!

    Xinbo



  •  3,025
    Andrew replied

    Hi Xinbo,

    Thank you for contacting us.

    That auto play video uses a Raw HTML element with contents similar to.

    <video width="100%" autoplay="" muted="" loop="">
    <source src="http://themenectar.com/demo/salient-promo/wp-content/uploads/2018/12/visualbuilder.mp4" type="video/mp4">
    </video>
    

    Kind Regards

  •  1
    isw2017 replied

    thank you! 

  • lewhartb replied

    @Andrew, thank you for responding to isw2017's question. This was helpful. Quick question how were you able to round the corners on the video? 

    Nevermind, I figured it out. I have hard coded the border radius. Thanks!