EVOLUTION-NINJA
Edit File: online_class_faculty.php
<?php echo view('includes/faculty_header'); ?> <div id="page-wrapper"> <div class="row my_header"> <h3 style="padding-bottom:10px;border-bottom:2px dashed #468662;margin-bottom:20px; font-weight: bold;">ONLINE CLASS</h3> <a href="javascript:history.back()" class="btn btn-primary" style="float:right; margin-right: 50px; margin-bottom: 20px;">Back</a> </div> <div class="row"> <div class="col-sm-12"> <div class="iframe-container"> <!-- <iframe width="100%" height="" scrolling="no" src="https://zoom.us/j/686724121" allowfullscreen></iframe> --> <iframe width="100%" height="" scrolling="no" src="https://zoom.us/j/686724121" allowfullscreen></iframe> </div> </div><!-- col8----> <div class="col-sm-12"> <!-- <h4>Time Table</h4> --> </div><!-- col8----> </div><!-- row ----> </div><!------------> <style> #page-wrapper{ background-image: url(public/assets/website_assets/images/banner.png); background-size: cover; background-repeat: no-repeat; } .iframe-container { overflow: hidden; padding-top: 56.25%; position: relative; } .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } </style>