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

Video isn't centered #25

Open
webmaker27 opened this issue Feb 11, 2019 · 5 comments
Open

Video isn't centered #25

webmaker27 opened this issue Feb 11, 2019 · 5 comments

Comments

@webmaker27
Copy link

webmaker27 commented Feb 11, 2019

Video is always aligned by top left in the latest release.
vmp

@magluca
Copy link

magluca commented Feb 20, 2019

I encountered the same. I seems there are some kind of dimension calculation error for the iframe? I quick fixed it with

#elementID iframe {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
}

@webmaker27
Copy link
Author

webmaker27 commented Feb 21, 2019

Thanks, but the simulation of "background-size: cover" doesn't work anymore...
bg-video

@ulziibat-n
Copy link

same problem

@mariuspeistrup
Copy link

Same problem here.
The alignment with the data object in js seems to work (e.g.: align:'top, right'), but center,center does not.

@amichel86
Copy link

June 2020 - align: 'center' still doesn't work unfortunately.

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

5 participants