-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fullscreen on portrait format and don't stretch option? #98
Comments
Hello !
Yes,
True, It could be nice to be able to use If you are playing with the code, could you try the next release? I'm looking for beta testers. Since it lacks documentation at the moment, I'm available to help you make it run Best, |
Hi Nicolas, 0.) 1.) 2.) About cover vs contain. So I'm looking the see a picture, if greater or equal screen size in "full screen" or windows size. Thanks for your patience. |
Hi Nicolas, Maybe a "native2" or "natural" or another name.
` |
@uvula , have you considered submitting a pull request? I came to the Issues to see if anyone else was asking this question, because I'm having a similar problem of |
Hi Nicolas,
I started playing your JS code. Great and easy to use approach. Thanks.
I'm playing with different pictures. I use:
imageSize : 'cover',
But it the picture is in portrait format, the image is stretched to screen width. So only the upper part of the image is shown.
Additinally: when using imageSize : 'cover',
if a image resolution is smaller than screen resolution it will be streched. Maybe have the possibilty to control this behavior. So if pictures have greater or equal screen resolution, use screen size. If smaller, use native size.
The text was updated successfully, but these errors were encountered: