Open webmaker27 opened 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;
}
Thanks, but the simulation of "background-size: cover" doesn't work anymore...
same problem
Same problem here.
The alignment with the data object in js seems to work (e.g.: align:'top, right'
), but center,center
does not.
June 2020 - align: 'center' still doesn't work unfortunately.
Video is always aligned by top left in the latest release.