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 7 years, 6 months ago by
caouic.
-
This reply was modified 7 years, 6 months 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.
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.