Remove srcset from slider images WP
-
Hi, thanks for a fantastic theme.
We updated https://jadango.com/ to 4.4 this morning. Now the slides look blurry. Chrome is deciding to use the 1024px version of the slide. This is due to WP’s new srcset for responsive images. I can remove the srcset behavior easily from the_content and the_excerpt like so:
remove_filter( 'the_content', 'wp_make_content_images_responsive' );
Any tips on how I can remove it from the slider? Or make the slider images display the right size?
Thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove srcset from slider images WP’ is closed to new replies.