pupunzi / jquery.mb.vimeo_player

A jQuery plug-in to play any Vimeo video as background of your page
https://pupunzi.com/mb.components/mb.vimeo_player/demo/index.html
59 stars 30 forks source link

Video isn't centered #25

Open webmaker27 opened 5 years ago

webmaker27 commented 5 years ago

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

magluca commented 5 years ago

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 commented 5 years ago

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

ulziibat-n commented 5 years ago

same problem

mariuspeistrup commented 5 years ago

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 commented 4 years ago

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