problem with video size

My video is too big on safari browser and the volume on the play bar is not showing can someone help, below is an image and the coding i’m using

1 Like

Hello Ecomowner,

For the style section, you should be able to re-size the width of the video on the page from

width: 100%;

The switch it to

width: 80%;

for greater visibility
You can also adjust the height of the video with

height: 80%;

didnt work

Strange, what if you try the following:

width: 400;

You should be able to hard code how many pixels the iframe can take up

no, on other browsers it looks ok but on safari im still having problems

Make sure you refresh the page and check the window in a private tab
The only other alternative would be to add !important

width: 400px !important;