Thumbnails blurry, can use "add_image_size" version?
-
Hey Hector
The featured image in my theme is 800 * 400, and the WPP thumbnail size I need is 69*33. This comes out very blurry. Is there a way to tell the plugin to use the image I have defined in the theme’s functions.php?
add_image_size( 'sidebar-thumb', 69, 33, array('center','center') );
Cheers
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Thumbnails blurry, can use "add_image_size" version?’ is closed to new replies.