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

fullscreen element #4

Open
amiad opened this issue Feb 7, 2022 · 1 comment
Open

fullscreen element #4

amiad opened this issue Feb 7, 2022 · 1 comment

Comments

@amiad
Copy link
Owner

amiad commented Feb 7, 2022

No description provided.

@amiad amiad mentioned this issue Feb 7, 2022
6 tasks
@amiad
Copy link
Owner Author

amiad commented Feb 7, 2022

css (maybe inline with JS):

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 100000;
}

Maybe 2000 ms timeout.

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