Gallery Widget Image Size
-
Hi, I’ve added gallery to a post but the image size which is set to “thumbnail” by default make the images look blurry. I’ve looked a lot through internet but unable to find a solution yet. Also tried regenerate thumbnails plugin but that too didn’t work. Tried media settings and also tried this code. None of them worked
function custom_image_size() {
// Set default values for the upload media box
update_option(‘image_default_align’, ‘center’ );
update_option(‘image_default_size’, ‘large’ );}
add_action(‘after_setup_theme’, ‘custom_image_size’);Is there a way I can set the image size for WordPress gallery widget to large or full by default. Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Gallery Widget Image Size’ is closed to new replies.