Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #874095

    Hi Team Enfold

    Ismael, thanks for helping out on my last thread #870548, really appreciate it.

    However: While the first 2 videoslides on my clients frontpage appear as they should, the 3. and 4. videoslide absolutely does not.
    Please watch my clients frontpage, will only take few seconds.
    url supplied in private content along with login data.

    I have tried out all css codes below (supplied by your support forum) – same result.

    #top .av-video-slide video {
    height: auto !important;
    }

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

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

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

    Very best regards

    #874984

    Hey Carsten,

    Thank you for using Enfold.

    Please look for the following css modification.

    #top .av-video-slide video {
        height: auto !important;
    }

    Replace it with.

    #top .av-video-slide video {
        height: auto !important;
        top: 0 !important;
    }
    

    Best regards,
    Ismael

    #875048

    Hi Ismael

    Thanks for allways constructive approach – and a solution working :-)
    Thread may be closed.

    very best regards

    #875919

    Hi,

    Glad it is working. Please feel free to open a new thread if you encounter any issues.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with video in slider on client front page remains after Enfold 4.2 upgrade’ is closed to new replies.