Generate additional image sizes through the functions.php
-
Hi there,
I read this article that explained a bit about what this plugin does and why.
https://www.webdesignerdepot.com/2015/06/how-to-make-wordpress-images-responsive/In the article is mentioned that we need to add something to the functions.php file.
add_image_size( 'sml_size', 300 ); add_image_size( 'mid_size', 600 ); add_image_size( 'lrg_size', 1200 ); add_image_size( 'sup_size', 2400 );
Is that really necessary? Is it nonsense to do that?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Generate additional image sizes through the functions.php’ is closed to new replies.