Okay
  Public Ticket #2627180
Self hosted Video settings
Closed

Comments

  •  1
    Victoria Montero started the conversation

    Hi,

    I'm building a portfolio page with a self-hosted video element that's 4:5 aspect ratio (vertical). The available aspect ratios are quite limited and only for landscape formats, which means my video looks cut out in such a weird way. Can you help? Thank you so much,

    Victoria

  •  2,963
    Andrew replied

    Hi Victoria,

    Try adding it using the Iframe Embed Method. 

    Also see: https://www.wpbeginner.com/beginners-guide/how-to-easily-embed-videos-in-wordpress-blog-posts/ which might help.

    Regards.

  •  1
    Victoria Montero replied

    Hi Andrew, thanks for your quick reply.

    Not sure that would help if not embedding the video from an external source? The video is self-hosted, not linked from YouTube or such.

  •  2,963
    Andrew replied

    Hi Victoria,

    Please send us your website url so that we can provide a possible css.

    Thanks.

  •   Victoria Montero replied privately
  •  2,963
    Andrew replied

    Hi Victoria,

    Please provide the url of the page where the video is located.

    Thanks

  •  8,849
    Tahir replied

    Please provide the specific page URL where we can see the element you are referring to?.

    Thanks


    ThemeNectar Support Team 

  •  1
  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
        padding-top: 125% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Victoria Montero replied

    thank you so much!