Okay
  Public Ticket #725850
VC Video Aspect Ratio
Closed

Comments

  • Dino started the conversation

    It seems as if the aspect ratio css class is set twice if you use the Virtual Composer Video Widget

    vc_video-aspect-ratio-169

    and

    responsive-embed-16x9


  •  522
    Nikita replied

    Hi, Dino.

    Thank you, added in todo list, in the next update will be fixed.

    For now you can add this styles:

    .wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
       padding-bottom: 0 !important;
    }
    

    Best regards, nK.