iframe is not load on modal
-
<div class="slmodal-main"> <div class="slmodal-dialog"> <div class="slmodal-header"> <span>Detailed description and preview of file</span> </div> <div class="slmodal-body"> <iframe width="560" height="315" src="" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div class="slmodal-footer"> <a href="#" class="btn sl-btn-download">DOWNLOAD</a> <a href="#" class="btn sl-btn-signup">START WITH THIS FILE</a> </div> </div> </div>
I have added simple iFrame in modal but not working
- The topic ‘iframe is not load on modal’ is closed to new replies.