Images size
Hi!
I found that all pictures are stored in the \wp-content\uploads\ in many different sizes and proportions. But for example in Blog slider pictures are placed in their initial sizes that are too big. On the other hand on the Muffin Recent Post Widget pictures are scaled properly. Why is that happens and how can i fix it?
I found that all pictures are stored in the \wp-content\uploads\ in many different sizes and proportions. But for example in Blog slider pictures are placed in their initial sizes that are too big. On the other hand on the Muffin Recent Post Widget pictures are scaled properly. Why is that happens and how can i fix it?
Comments
this is how images works. If you want to change their sizes, you must play with functions/theme-functions.php file where add_image_size() functions are. But please notice, that such customization are not included so if you want to change these sizes, you must do this on your own. After changes, please do not forget to use https://wordpress.org/plugins/force-regenerate-thumbnails/ plugin.
Thanks!