Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #872875

    After the latest theme update the video in the full screen slider will not resize properly. I have tried reinstalling theme via FTP as well.

    • This topic was modified 7 years ago by turemovich.
    #873034

    Hey turemovich,

    Sorry for the problems, it should be fixed in the next release of the theme. Meanwhile, please try this in Quick CSS:

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

    Best regards,
    Rikard

    #873240

    I have added that css but the video still does not appear unless the window is at the exact proportions as the video. Otherwise it is just the blank texture overlay.
    How long until the next release? I was just about to purchase this theme again (for the 7th or 8th time) for an upcoming site that I will be working on – but this could complicate things with my clients.

    #873950
    This reply has been marked as private.
    #874371
    This reply has been marked as private.
    #874385

    Hi,

    Please replace the css code with the following.

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

    We are aware of the issue and are currently looking for a solution. The css code should fix it temporarily.

    Related thread: https://kriesi.at/support/topic/video-background-broken-in-enfold-4-2/

    Best regards,
    Ismael

    #875404

    This latest CSS does fix the resizing vertically but NOT horizontally. It is still buggy. Any more CSS I can throw its way to resolve this?! This has been a serious issue for a while now.

    • This reply was modified 7 years ago by turemovich.
    #875944

    Hi,

    The color section’s video background looks fine when I checked the page. Please remove browser cache or hard refresh before checking the page again.

    Related thread: https://kriesi.at/support/topic/issue-with-video-in-slider-on-client-front-page-remains-after-enfold-4-2-upgrade/#post-874984

    Best regards,
    Ismael

    #875945

    yeah, i have cleared cache and hard refreshed but still the video does not render after resizing the window. Please test this thoroughly.

    #876475

    Hi,

    I see. I was able to reproduce the issue. This is happening because the css modification above was not included in the minified stylesheets. Please re-minify the stylesheets or disable the minification plugin temporarily.

    Best regards,
    Ismael

    #876776
    This reply has been marked as private.
    #877364

    Hi,

    No problem. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Video in full screen slider wont resize.’ is closed to new replies.