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

How full screen video background WITHOUT Scrollbar? #37

Closed
ghost opened this issue Nov 29, 2014 · 3 comments
Closed

How full screen video background WITHOUT Scrollbar? #37

ghost opened this issue Nov 29, 2014 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Nov 29, 2014

Hello, First I want to say that I think this is really a super cool jquery plugin! but I run against a thing. how can I get the video 100% wide and 100% make high without scrollbar.
Greets juul

@vodkabears
Copy link
Owner

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
<body data-remodal-bg="...">

You can apply it to any block, not only for body. It works like a css background, just set a size.

@ghost
Copy link
Author

ghost commented Nov 29, 2014

It doesn't work i get a black screen :(

@vodkabears
Copy link
Owner

You did it wrong, please, read #38, look at examples and read docs.

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

No branches or pull requests

1 participant