Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1411439

    on the page https://gropodtreeguards.com.au/home/
    access pw = EFN

    I have uploaded an mp4 video file – the preview of the file has a full white background but when it displays on the page there are 2 black bands down the side
    is there CSS or something that can remove the bands so it is all on a white background

    when you look at the file isolated the white background is the full width
    [video src="https://gropodtreeguards.com.au/wp-content/uploads/2023/06/Animation_LargelTreeguard-WHITE.mp4" /]

    #1411445

    Hi

    I worked it out & also got rid of progress bar & time

    .avia-video video {
    background-color: rgb(255,255,255);
    }
    .mejs-controls { display: none; }

    #1411458

    Hey!

    Glad to hear that you were able to figure this out. Please feel free to open another if you have more questions about the theme.

    Have a nice day.

    Regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove black background from MP4’ is closed to new replies.