• Hello, I am using your video box widget and the original aspect ratio of my video is 8:3 (1920×720)

    In the aspect-ratio options, there is no 8:3 option available. Also, not possible to adjust custom settings.

    As you will see here https://pasteboard.co/TmA0DbLzj8ej.png the aspect ratio is set to 21:9.

    How do I remove the black bars at the top and bottom of the video?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Leap13

    (@leap13)

    Hi @belgen

    Please add the CSS lines below into your page and let me know if it did the trick

    .premium-video-box-container > div {
        aspect-ratio: 83 !important; 
    }

    Regards

    • This reply was modified 1 year, 3 months ago by Leap13.
    Thread Starter Cagatay Belgen

    (@belgen)

    .premium-video-box-container > div {
        aspect-ratio: 8 / 3 !important;
    }

    Hello, this did the trick (you forgot to add slash between 8 and 3.

    Thank you very much.

    Plugin Author Leap13

    (@leap13)

    Hi @belgen

    You can imagine how much I’m glad that I managed to help you ??

    We would greatly appreciate if you could rate Premium Addons. You can’t imagine how much this would help us.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video Box Widget Aspect Ration Problem’ is closed to new replies.