Page 1 of 2
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 3:44 pm
by Jay6395558
I have two questions...
The first is how to get the video component to proportionally stretch the width of the screen whether in portrait or landscape orientation. I would like it to work like YouTube does on your phone.
The second question is if the first question cannot be accomplished. How would I center my video component so it is always center aligned whether you are in portrait or landscape mode?
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 5:12 pm
by Kateryna Grynko
Hi Jay,
You can add this CSS to fit to screen:precode
[name=video]{
width:100%;
height:50%;
}/code/preWhere 'video' is a video component name.
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 6:24 pm
by Jay6395558
Should this be inserted as a page load event or create a new css for it? I tried to do it as a page load event and the page just loads and will not open up.
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 6:30 pm
by Kateryna Grynko
Jay,
On Page Load event you can run JavaScript only.
Please try adding as new CSS.
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 7:20 pm
by Jay6395558
The css did not work. It is still a set size and it is left aligned.
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 9:15 pm
by Kateryna Grynko
Jay,
Please post a public link and tell us where we can see it. How the component should look?
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 9:47 pm
by Jay6395558
a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a still has share rights for my app. Is that enough? http://mitechnologies.app.appery.io/ The app has not been made public yet.
I gave screenshots of the way the videos are shown on youtube mobile earlier in this thread. Basically, I want the video component to stretch the width of the phone, tablet, etc. without losing proportion. If this isn't possible then it atleast needs to be centered on the screen.
Video Screen Resize and Centering
Posted: Wed Nov 20, 2013 9:53 pm
by Kateryna Grynko
Jay,
Could you please also remind the app name?
Video Screen Resize and Centering
Posted: Thu Nov 21, 2013 2:14 pm
by Jay6395558
Video Screen Resize and Centering
Posted: Thu Nov 21, 2013 2:16 pm
by Maryna Brodina
Thank you! We'll take a look.