v2.0 API is now live
Seamless Video Integration
Built for Developers
Embed high-quality video content instantly with our responsive, lightweight iframe API. Perfect auto-resizing out of the box with zero layout shifts.
<!-- 1. Include the iframe resizer library --> <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script> <!-- 2. Embed the responsive video player --> <iframe id="widgetPlusApi" src="https://api.ytzyar.cc/load?v=YOUTUBE_VIDEO_ID" height="800px" width="100%" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="yes"> </iframe> <!-- 3. Initialize the resizer --> <script> iFrameResize({ log: false }, '#widgetPlusApi') </script>