Title: 480&#215;320
Last modified: September 29, 2018

---

# 480×320

 *  Resolved [Dan Caragea](https://wordpress.org/support/users/dancaragea/)
 * (@dancaragea)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/480x320/)
 * Hi Richie,
    Theme generates images 480×320 -> functions.php: add_image_size( ‘
   featured-post-img’, 480, 320, true ); I have not found where these image sizes
   are used. For example, I deleted them, manually, in my database (/wp-content/
   uploads/) for posts from previous month and did not see any changes. There were
   only a few. So could I delete the code line and all images from my database that
   were automatically generated at this size? Thanks, for your time.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/480x320/#post-10740809)
 * yes, its an optional image size. you can delete it by opening functions.php and
   comment it out like this
 * //add_image_size( ‘featured-post-img’, 480, 320, true );
 * the only template using this is on lib/templates/feat-cat-meta-top.php so it 
   won’t have
    significant effect so to say..
 *  Thread Starter [Dan Caragea](https://wordpress.org/support/users/dancaragea/)
 * (@dancaragea)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/480x320/#post-10741115)
 * Thanks, Richie!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘480×320’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Dan Caragea](https://wordpress.org/support/users/dancaragea/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/480x320/#post-10741115)
 * Status: resolved