Video is not adaptive in post

Home Forums Legacy Support 4.0 Bugs & Issues Video is not adaptive in post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #377607
    shynkaryk
    Participant
    Please check the post on my site. Why the video is not adaptive? Cashing is not active on this post. Details are below.
    #377608
    shynkaryk
    Participant
    This reply has been marked as private.
    #377726
    Anshuman Sahu
    Keymaster
    Hi please try adding this given css :
    .fitvids{
        position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      height: 0;
    }
    
    .fitvids iframe{
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    #377749
    shynkaryk
    Participant
    Thank you, Alex! It helped.
    #377863
    Veronica
    Moderator
    thanks for your confirmation
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Video is not adaptive in post’ is closed to new replies.