• Resolved territoriohost

    (@territoriohost)


    Could you help, I am trying to add the following code inside the election through the embed option

    
    <video oncontextmenu="return false;" poster="URL" style="max-width:1300px; width:100%;"  controls controlslist="nodownload">
      <source src="URL" type="video/mp4">
    </video>
    

    The problem I have is that once saved part of the code disappearsRemaining as follows

    Therefore I cannot see the video of an election, only the cover image

    
    <video oncontextmenu="return false;" poster="URL" style="max-width:1300px; width:100%;"  controls controlslist="nodownload">
    
    </video>
    

    Therefore I cannot see the video of an election, only the cover image

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Dear

    Your code format is wrong the write code format will be this:

    <iframe width="560" height="315" src="https://www.youtube.com/embed/ZvKtTBKJkgw?si=LKsZBMDJS9yGD2wk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
    
    
    Thread Starter territoriohost

    (@territoriohost)

    I am not using the video from YouTube

    I am embedding the video with html5 through the url of the video that is hosted on Amazon

    but the code is deleted when I save

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When I put the code of a video it deletes my source’ is closed to new replies.