PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wp-optimize-premium.3.0.16
/
templates
/
images
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <?php $lazyload_options = $options->get_option('lazyload', array( 'images' => false, 'iframes' => false, 'skip_classes' => '', )); $read_more_link = 'https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/'; ?> <div id="wpo_lazy_load_settings"> <h3 class="wpo-first-child"><?php _e('Lazy-load images'); ?></h3> <div class="wpo-fieldgroup"> <p> <?php _e('Lazy-loading is technique that defers loading of non-critical resources (images, video) at page load time. Instead, these non-critical resources are loaded at the point they are needed (e.g. the user scrolls down to them).', 'wp-optimize'); ?> <br> <a href="<?php echo $read_more_link; ?>" target="_blank"><?php _e('Follow this link to read more about lazy-loading images and video', 'wp-optimize'); ?></a> </p> <?php if ($lazyload_already_provided_by) { ?> <small class="red"> <?php printf(__('We have detected an already-active component that provides lazy-loading (%s). WP-Optimize lazy-loading has been switched off to avoid conflicts.', 'wp-optimize'), $lazyload_already_provided_by); ?> </small> <?php } ?> <ul> <li><label><input type="checkbox" name="lazyload[images]" <?php checked($lazyload_options['images']); ?> <?php disabled($lazyload_already_provided_by ? true : false); ?> /><?php _e('Images', 'wp-optimize'); ?></label></li> <li><label><input type="checkbox" name="lazyload[iframes]" <?php checked($lazyload_options['iframes']); ?> <?php disabled($lazyload_already_provided_by ? true : false); ?> /><?php _e('Iframes and Videos', 'wp-optimize'); ?></label></li> </ul> <p> <?php _e('Skip image classes', 'wp-optimize');?><br> <input type="text" name="lazyload[skip_classes]" id="wpo_lazyload_skip_classes" value="<?php echo esc_attr($lazyload_options['skip_classes']); ?>" <?php disabled($lazyload_already_provided_by ? true : false);?> /><br> <small><?php _e('Enter the image class or classes comma-separated. Supports wildcards. Example: image-class1, image-class2, thumbnail*, ...', 'wp-optimize'); ?></small> </p> <input type="button" class="button-primary wp-optimize-settings-save" value="<?php _e('Save settings', 'wp-optimize'); ?>" <?php disabled($lazyload_already_provided_by ? true : false); ?> /> <img class="wpo_spinner display-none" src="<?php esc_attr_e(admin_url('images/spinner-2x.gif')); ?>" alt="..."> <span class="dashicons dashicons-yes display-none save-done"></span> </div> </div>
[+]
..
[-] .images.php
[edit]
[-] unused.php
[edit]
[-] lazyload.php
[edit]
[-] smush.php
[edit]