Title: Featured image resize
Last modified: August 30, 2016

---

# Featured image resize

 *  Resolved [yukariiwasaki](https://wordpress.org/support/users/yukariiwasaki/)
 * (@yukariiwasaki)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/featured-image-resize-3/)
 * Hi
    I am working on the website, ebersaki.com and I am l wondering if it is possible
   to adjust the featured image size esp for desktop?
 * Ideally I want the images to be smaller so more images are visible above fold.
 * Responsive mobile looks great but will appreciate it if you can let me know how
   to adjust the featured image sizes!

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/featured-image-resize-3/#post-6473952)
 * The featured-content sizes are defined in the CSS here:
 *     ```
       /* Featured Content */
       .blog .featured-content .hentry:first-of-type {
         height: 500px;
         width: 830px;
       }
       .blog .featured-content .hentry:nth-of-type(2),
       .blog .featured-content .hentry:nth-of-type(3) {
         height: 375px;
         margin-left: 30px;
         width: 400px;
       }
       .blog .featured-content .hentry:nth-of-type(4),
       .blog .featured-content .hentry:nth-of-type(5) {
         height: 250px;
         margin-top: -280px;
         width: 400px;
       }
       .blog .featured-content .hentry:nth-of-type(5) {
         margin-left: 430px;
       }
       ```
   
 * You can override those values by adding the same styles with your desired height
   and widths into your custom CSS, experimenting to get the proportions and sizes
   as you like.

Viewing 1 replies (of 1 total)

The topic ‘Featured image resize’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/canard/1.0.7/screenshot.png)
 * Canard
 * [Support Threads](https://wordpress.org/support/theme/canard/)
 * [Active Topics](https://wordpress.org/support/theme/canard/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/canard/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/canard/reviews/)

## Tags

 * [Canard theme](https://wordpress.org/support/topic-tag/canard-theme/)
 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [homepage](https://wordpress.org/support/topic-tag/homepage/)
 * [resizing](https://wordpress.org/support/topic-tag/resizing/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/featured-image-resize-3/#post-6473952)
 * Status: resolved