uploaded a video via website page from canvify and the padding is insane. how do I fix this. ive already set the page paddings to 0. still result
Hi,
Try inline css
<iframe src="YOUR_VIDEO_URL" style="border: none; margin: 0; padding: 0; width: 100%; height: 100%;" allowfullscreen=""></iframe>
