Insert video – videos appear small

Home Forums Legacy Support 4.0 Bugs & Issues Insert video – videos appear small

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #315776
    MrVibe
    Keymaster
    The css code needs to be entered here : https://prnt.sc/useurg When you insert the video, please use the [iframevideo]<iframe .... [/iframevideo] shortcode. The course player will automatically pick and assign correct size to it. This is important, the WPLMS v4 has exportable courses feature whcih you can use to export courses and give them to your students as well.
    #316028
    astoria_group
    Participant
    I inserted the code but now I see the size is ok when I insert it in elementor, but when I update the page - there is no video. See here: https://www.loom.com/share/10e91070934844b0940e3e846f0d41b1
    #316391
    Veronica
    Moderator
    hi please confirm if the issue is after adding the code provided by us or it happening before it?
    #316400
    astoria_group
    Participant
    Before they were small, after - they dont appear - as shown in the videos I have provided. I removed the code, so that at least they appear. Waiting for sollution
    #316715
    Anshuman Sahu
    Keymaster
    Please try adding this custom css in your wp-admin > appearance -> customize -> custom css :
    iframe.elementor-video-iframe {
        position:absolute !important;
            width: 100% !important;
        height: 100% !important;
    }
    #316814
    astoria_group
    Participant
    Thank you @Alex ! Close the topic! :)
    #317091
    Veronica
    Moderator
    good to know it is solved now closing this one
Viewing 7 posts - 16 through 22 (of 22 total)
  • The topic ‘Insert video – videos appear small’ is closed to new replies.