issues in video preview fronted
See original GitHub issueHi,
When i insert Youtube Video from there is issues on fronted
in this line added
<figure style="width: 100%; height: 56.25%; padding-bottom: 56.25%; margin: 0px;">
width, height, padding-bottom, margin
we can control it with videoWidth & videoHeight
but not padding-bottom and it’s same as videoHeight
and now issues comes on fronted padding-bottom: 56.25%; added extra spaces from bottom (we not use your code on fronted because not want extra code )
so want to just know how to fix it want to remove padding-bottom (why we need padding because video working perfect without padding so why add extra codes ) or how we can control it like as videoHeight or where we can edit it or removed this line
<figure style="width: 100%; height: 56.25%; padding-bottom: 56.25%; margin: 0px;">
this line not required because we already have before a Div
Thanks it’s a great editor
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
Had similar issue while the library. Found a quick workaround by just styling:
It doesn’t remove the
<figure>
, but with this the video displays normally without space on the bottom and I can use all aspects available from the dropdown.ok