WP | auto resize images - Disable Responsive Images

// disable resp imgs function disable_srcset( $sources ) { return false; } add_filter( 'wp_calculate_image_srcset', 'disable_srcset' );
New Responsive Images in WordPress 4.4 and How to Adjust Them to a Theme
* add code in function.php

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.