• Resolved blue_life

    (@blue_life)


    Hi EB team,
    Is there anyway to keep the correct Shorts (YT) ratio (9:16) in Advanced Video block ?
    Maybe CSS lines ?
    Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nayeem-Ul-Islam Nipun

    (@nayeem-ul-islam-nipun)

    Hi @blue_life,
    Greetings. Hope you are doing well.

    Regarding your query, You can do this by setting different width for the shorts video from block settings and a simple custom CSS code for height. For reference please check this screencast – https://d.pr/v/2QYdcx

    Here is your custom CSS for the height with a custom class ytshortscss

    .ytshortscss .eb-advanced-video-wrapper .eb-player-wrapper{
    height: 400px;
    }

    Hope this will help you out. Please let me know how it goes.

    Thanks and Regards.

    Thread Starter blue_life

    (@blue_life)

    Thank you so much Nayeem !

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.