Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #871711

    I’m struggling on getting full width videos on my side. Pleas see private content for an example. Pictures are woking, but videos sizes are wrong and i dont find how to fix it.

    #872049

    Hey Metatron22,

    The video on your start page seems to be full width, did you manage to get it working? If not then please try to explain a bit further.

    Best regards,
    Rikard

    #872128

    Ading

    video {
        height: auto !important;
    }
    .mejs-container {
        width: 100% !important;
    }

    To css fixed the issue for me.

    #872316

    We just applied latest theme update and all of our existing (working) video slides now display incorrectly. They show to the side instead of stretching across the width. See here for example >> https://portal.financialgravitypartner.com/login/ The “world” used to fill the entire background.

    Please help!

    #872478

    Hi,


    @jimFG

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    #top .av-video-slide .mejs-container{
        width: 100% !important;
    }
    

    Best regards,
    Günter

    #894931

    Hi,
    I have problems with the video container since the last update.

    I think the problem is self-explanatory.

    Does anyone have a solution for me?

    #894937

    None of the things they have told me try have worked for us. It’s been over a month, so we were forced to remove all our videos that were first slides in the carousels.

    #895447

    Hi,

    The new patch of our theme will be fixing that issue.
    We appreciate your patience while our developers work around the clock to fix everything.

    Best regards,
    Basilis

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