Search Results for: image

Online Image Compressor

5 Best Online Image Compressor Websites

We all know – “A picture is worth than a thousand words.” and today, you can’t imagine a Website without any images. Which means images

jQuery Modal Image

How to Add jQuery Modal Image Gallery Plugins

Download the jQuery Modal Image plugin from GitHub repository and unzip the folder. You get there in the folder two files, one modal.js, and another is style.css file.

How to Register Custom Featured Image Size for Page in Genesis

How to Register Custom Featured Image Size for Page in Genesis

// Register a custom image size for Singular Page Featured images add_image_size( ‘singular-page-featured-thumb’, 1277, 300, true ); // Display image before content-sidebar-wrap add_action( ‘genesis_before_content_sidebar_wrap’, ‘page_display_featured_image’