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?
HTML5 video inside a flex container
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: HTML5 video inside a flex container
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
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
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
Do you have a demo project?
Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: HTML5 video inside a flex container
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
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
Correct, this option will use the entire background of the page.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
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?
you can link me where i can find how setting that?
Re: HTML5 video inside a flex container
very thanks!