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" /]
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; }