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

CSS for Video & iFrames window #70

Closed
q2apro opened this issue Dec 16, 2015 · 1 comment
Closed

CSS for Video & iFrames window #70

q2apro opened this issue Dec 16, 2015 · 1 comment

Comments

@q2apro
Copy link

q2apro commented Dec 16, 2015

It should be 16:9 and not 4:3, so:

.venoframe{
    border: none;
    width: 960px;
    height: 540px;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 360px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 236px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}
@nicolafranchini
Copy link
Owner

Thanks, values updated in v. 1.7

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

2 participants