Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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,
    Charlie

    #315515

    Hey Charlie!

    Try adding this code to the Quick CSS:

    .wp-playlist video {
        min-height: 320px;
    }

    Modify as needed.

    Cheers! 
    Josue

    #316015

    Thanks 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!

    #316283

    Hi!

    Please try adding this:

    .wp-playlist .mejs-container {
    margin: 0;
    width: 100%;
    height: auto !important;
    min-height: 620px !important;
    }

    Best regards,
    Ismael

    #316455

    Tried 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),
    Charlie

    #317914

    Hey 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,
    Josue

    #320500

    Thanks 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
    #320699

    Hey!

    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,
    Josue

    #787767

    All good!

    #787880

    Hi orangeamps,

    That’s a long time to get the issue resolved :)

    Best regards,
    Victoria

    #787891

    Took a while for the cache to refresh (jokes!) :-)

    #788193

    Hi,

    Haha, glad you got it working anyhow :-)

    Best regards,
    Rikard

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