Skip to content
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

Option mobileLayoutBreakpoint: 0 is better as the default 600 #5

Open
acwolff opened this issue Sep 15, 2021 · 0 comments
Open

Option mobileLayoutBreakpoint: 0 is better as the default 600 #5

acwolff opened this issue Sep 15, 2021 · 0 comments

Comments

@acwolff
Copy link

acwolff commented Sep 15, 2021

I have my doubts about the use of option mobileLayoutBreakpoint.
I did test it here, click on the 5th thumbnail.

If I use the default value 600 I see on my PC this:

PC_default

On my iPhone I see this:

iPhone_default

But if I use option mobileLayoutBreakpoint: 0, I get better results, on my PC I see this:

PC_Value_0

And on my iPhone this:

iPhone_value_0

I think the value 0 gives better results as the default value 600, so I propose to change the default to 0 or remove the option.

But I wonder why the image on a PC take 100% of the viewport while on an iPhone there are unused area left and right of the image?

How can I use the full 100% on an iPhone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant