• Resolved caouic

    (@caouic)


    Hi,
    Since 4.1.0 when a gutenberg post contains an embed video (youtube) the video fill all the post !!!
    Theme: Hueman Pro (latest version)
    I have to switch the post to classic editor and save it to get rid off this bug.

    • This topic was modified 6 years, 1 month ago by caouic.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter caouic

    (@caouic)

    I have made a very quick modification on css.
    I change

    .video-container iframe, .video-container object, .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    to

    .video-container iframe, .video-container object, .video-container video {
        position: inherit;
        height: 320px;
        width: 640px;
    
    }
    • This reply was modified 6 years, 1 month ago by caouic.
    • This reply was modified 6 years, 1 month ago by caouic.
    Thread Starter caouic

    (@caouic)

    Still the same problem with gutenberg 4.1.1 and latest release of hueman pro theme 1.1.5.
    I need to add the css to get rid off the bug.

    Moderator Marius L. J.

    (@clorith)

    Hi,

    It sounds like one of two things are happening here.

    Your theme may be overriding the block-support styles (which make the video be absolutely positioned within the video container), or it’s not been updated to include support for the new wrapper-elements that are used (again, the video-container).

    Have you tried this with a default theme, such as Twenty Seventeen, to test if it is a conflict with the theme?

    Thread Starter caouic

    (@caouic)

    Hi,
    I have open a support ticket on PressCustomizr.
    I’ll keep you inform.

    Best regards,

    Hi @caouic, I’m in charge of the Hueman theme devs. Thanks for reporting the problem !
    We’ve fixed the issue and are about to push a new release with a fix for the youtube embed problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem embed video fill full page since 4.1.0’ is closed to new replies.