Okay
  Public Ticket #986244
Any way to get full width Youtube video?
Closed

Comments

  • Gorast started the conversation

    As there a way in the new version of a full width video for the Youtube links?

    Thanks,
    Gorast

  •  529
    Igor replied

    Hi,

    yes, you should enable cover parameter in the video configuration

    Regards,
    Igor

  • Gorast replied

    Hi,

    its not working. Here is the url: http://mnt.gorast.com

    HTML5 video works fine but not Youtube and Youtube its one I need.

    Thanks,
    Gorast

  • Gorast replied

    I can stratch the video by adding

    .html5-video-player .video-click-tracking, .html5-video-player .video-stream {
      height: auto !important;
      position: unset !important;
      width: 100% !important;
    }

    or

    video {
      height: auto !important;
      position: unset !important;
      width: 100% !important;
    }

    using Firefox addon Firebug but when I put it in override.css file it doesnt affect. Ho can make this CSS affect the youtube iframe video?

    Thanks,
    Gorast


  •  529
    Igor replied

    Hi,

    I am afraid that you can't make changes to the iframe content using CSS. That is HTML restriction by design

    Regards,
    Igor

  • Gorast replied

    So no full width for Youtube videos in the update again... shame.

    Gorast