Tagged: video
-
AuthorPosts
-
September 8, 2014 at 4:00 pm #315161
Hi,
We updated to the Enfold 2.9.2 and to WordPress 4.0. All is well except that video’s with playlists are now shrunk in size on our web pages and only expand to the correct size after clicking back and forth on the video links on the playlist. Any ideas? I’ve included website link to a sample post with the issue in the private content area.
thanks in advance,
CharlieSeptember 9, 2014 at 3:15 am #315515Hey Charlie!
Try adding this code to the Quick CSS:
.wp-playlist video { min-height: 320px; }
Modify as needed.
Cheers!
JosueSeptember 9, 2014 at 5:41 pm #316015Thanks for the reply. I have tried this but it seems to only change the height of the video inside the small frame… close but no cigar as they say!
September 10, 2014 at 5:43 am #316283Hi!
Please try adding this:
.wp-playlist .mejs-container { margin: 0; width: 100%; height: auto !important; min-height: 620px !important; }
Best regards,
IsmaelSeptember 10, 2014 at 12:25 pm #316455Tried it, sorry that one doesn’t seem to have an effect (tried this code with and without your previous suggestion).
Best (appreciate the help so far),
CharlieSeptember 12, 2014 at 7:42 am #317914Hey Charlie!
Use this code:
.wp-playlist .mejs-container { margin: 0; width: 100%; height: auto !important; min-height: 460px !important; }
And remove this:
.wp-playlist video { min-height: 320px; }
Regards,
JosueSeptember 17, 2014 at 2:20 pm #320500Thanks that workaround solved the issue but now our audio playlists have a large black box where it looks like a video is supposed to go…
Also, it means that video’s usually have a black letterbox on the side or top and bottom now (depending on the size of the browser window) but at least this is workable now. Hopefully this bug(?) will get solved for the next release?
Thanks again Josue and Ismael!
- This reply was modified 10 years, 1 month ago by orangeamps. Reason: I later found out that our audio playlists were affected so I adjusted my reply to mention that
September 17, 2014 at 8:08 pm #320699Hey!
Try changing the code to this:
.wp-video-playlist .mejs-container { margin: 0; width: 100%; height: auto !important; min-height: 460px !important; }
That way it will only affect video playlists.
Best regards,
JosueMay 4, 2017 at 12:53 pm #787767All good!
May 4, 2017 at 3:45 pm #787880Hi orangeamps,
That’s a long time to get the issue resolved :)
Best regards,
VictoriaMay 4, 2017 at 3:52 pm #787891Took a while for the cache to refresh (jokes!) :-)
May 5, 2017 at 6:10 am #788193 -
AuthorPosts
- You must be logged in to reply to this topic.