[ad_1]
You can always share that on our Slack via DM (https://support.pods.io/chat/) or via email scott (at) (our domain).
As Scott said, you’re welcome to reach out for specific support. Regarding the video element, you can likely resolve it by inspecting the video element with the browser Web Inspector. Looking at the CSS attributes for the <video> element or <iframe>, you will likely be able to get it to fit into the containing grid by setting display to block, width to 100%, and height to auto.
If it is an iframe instead of video tag, that can be challenging to calculating automatic height. Solutions for that case sometimes involve JavaScript, or CSS calc() to calculate a height based on an aspect ratio.
