Page 1 of 1
HTML5 video inside a flex container
Posted: Thu Aug 20, 2020 9:48 pm
by farins
hello everyone.
i cannot solve this problem.
all my website its build inside a flex containers and them contents are responsive.
the only thing who don't react inside the flex container its the HTML5 video. ( its not a extenal link )
the video remain of the same dimension and its cropped.
some help?
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 12:59 am
by lac8383
Hi Farins
Did you add multiple breakpoints to your page containing the HTML5 video(s)? (e.g. Break points such as 1024, 768, 480)
Doing so will allow you to "size" the videos for each break point as well. When shrinking the browser, the videos will adjust per break point.
If it's a single video you wanted to show, you could check the option "Fill entire browser window" in the General tab for the properties of the HTML5 video object. When you shrink the size of your browser, the entire video will shrink accordingly.
Regards
Leo
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 6:07 am
by Pablo
It is difficult to help you, without seeing what you have done.
Do you have a demo project?
Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 9:06 am
by farins
ok i will try with breakpoint, right now i never used, maybe this will be the first time.
about "Fill entire browser window" i try it already but this features extremly enlarge the video until the borders of the screen and don't respect the max width setting of the flex container
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 9:31 am
by Pablo
about "Fill entire browser window" i try it already but this features extremly enlarge the video until the borders of the screen and don't respect the max width setting of the flex container
Correct, this option will use the entire background of the page.
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 11:55 am
by farins
the only one thing, i dont find in the guide where setup the break point.
you can link me where i can find how setting that?
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 12:13 pm
by Pablo
Re: HTML5 video inside a flex container
Posted: Fri Aug 21, 2020 1:05 pm
by farins
very thanks!