<option value="noframe" <?php 
    selected($seo_opti, 'smart');
    ?>
><?php 
    _e("NoFrame", REVSLIDER_TEXTDOMAIN);
    ?>
</option>
								</select>
								<div class="clearfix"></div>
								
								<!-- MONITORING PART -->
								<?php 
    //list all images and speed here
    ?>
								<?php 
    RevSliderOperations::get_slider_speed($sliderID);
    ?>
							</div><!-- END OF INSIDE-->
						</div>
						<script>
							jQuery(document).on("ready",function() {
								jQuery('#lazy_load_type').on("change",function() {
									switch (jQuery('#lazy_load_type option:selected').val()) {
										case "all":
										case "none":
											jQuery('.tp-monitor-single-speed').hide();
											jQuery('.tp-monitor-smart-speed').hide();
											jQuery('.tp-monitor-all-speed').show();
										break;
										case "smart":
											jQuery('.tp-monitor-single-speed').hide();