-
AuthorPosts
-
November 6, 2017 at 12:53 am #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.
November 6, 2017 at 1:07 pm #873034Hey 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,
RikardNovember 6, 2017 at 6:13 pm #873240I 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.November 8, 2017 at 2:52 am #873950This reply has been marked as private.November 9, 2017 at 3:17 am #874371This reply has been marked as private.November 9, 2017 at 5:02 am #874385Hi,
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,
IsmaelNovember 10, 2017 at 11:53 pm #875404This 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.
November 13, 2017 at 5:19 am #875944Hi,
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,
IsmaelNovember 13, 2017 at 5:28 am #875945yeah, i have cleared cache and hard refreshed but still the video does not render after resizing the window. Please test this thoroughly.
November 14, 2017 at 7:32 am #876475Hi,
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,
IsmaelNovember 14, 2017 at 8:51 pm #876776This reply has been marked as private.November 16, 2017 at 5:15 am #877364 -
AuthorPosts
- The topic ‘Video in full screen slider wont resize.’ is closed to new replies.