Title: Image Quality
Last modified: February 13, 2019

---

# Image Quality

 *  Resolved [mafreprezent](https://wordpress.org/support/users/mafreprezent/)
 * (@mafreprezent)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/image-quality-24/)
 * Every way I can export images (including the recommended 1280×720), set slider
   height, remove all image-related plugins… this Slider seems greatly damage the
   quality of images, especially vector-based images. Any suggestions?

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [mafreprezent](https://wordpress.org/support/users/mafreprezent/)
 * (@mafreprezent)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/image-quality-24/#post-11224751)
 * I’ve worked around this to some degree but results can be inconsistent – after
   the plugin generates TERRIBLE-looking images (at least for vector-heavy stuff,
   images are OK), THEN I go into the server FTP and manually upload better images.
   The other images that the plugin generates aren’t visible in the WP media browser.
 *  [Tom Finley](https://wordpress.org/support/users/hifidesign/)
 * (@hifidesign)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/image-quality-24/#post-11263964)
 * Interesting. I was having a similar issue and briefly delved into the subject
   of responsive/adaptive images. [WordPress has contained this feature since 4.4](https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/).
 * My proposal to Lee is to augment SEO Slider to serve responsive images using 
   the WordPress-provided `srcset` method, or at least publish a filter that would
   allow us to opt into that functionality.
 * [@mafreprezent](https://wordpress.org/support/users/mafreprezent/) (cool username)—
   can you link up a Gist with your workaround?
 *  Plugin Author [seothemes](https://wordpress.org/support/users/seothemes/)
 * (@seothemes)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/image-quality-24/#post-11294675)
 * [@mafreprezent](https://wordpress.org/support/users/mafreprezent/) The plugin
   adds a new image size called ‘slider’. It’s set to 1280 x 720 and is only used
   as the slider background image, the plugin was intended for creating full-width
   hero sliders as seen in the Corporate Pro demo.
 * [@hifidesign](https://wordpress.org/support/users/hifidesign/) Great suggestion.
   I’ll add that in the next update.
 *  Thread Starter [mafreprezent](https://wordpress.org/support/users/mafreprezent/)
 * (@mafreprezent)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/image-quality-24/#post-11296046)
 * [@seothemes](https://wordpress.org/support/users/seothemes/) I understand it 
   creates a new image size, and when it does, the image sucks (if it’s a vector).
   And to be clear, that’s true on both the slider and with hero images on subpages
   within the Corporate Pro theme (made by SEO Themes). Sorry for lumping them together,
   it’s just the slider is bundled with the theme.
 * [@hifidesign](https://wordpress.org/support/users/hifidesign/) My workaround 
   is simply bypassing WP and replacing the images on the server FTP manually by
   making copies of better images and renaming them in the convention of the image
   size (image-name-1280×720.png). I don’t have a coded solution for automating 
   that, but it seems like it would be a fun Python project 😀
 *  Plugin Author [seothemes](https://wordpress.org/support/users/seothemes/)
 * (@seothemes)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/image-quality-24/#post-11301256)
 * [@mafreprezent](https://wordpress.org/support/users/mafreprezent/) [@hifidesign](https://wordpress.org/support/users/hifidesign/)
   There is actually a filter already available in the plugin – `seo_slider_image_size`.
   You can change with the following code:
 *     ```
       add_filter('seo_slider_image_size', function() {
       	return 'full';
       });
       ```
   
 *  Thread Starter [mafreprezent](https://wordpress.org/support/users/mafreprezent/)
 * (@mafreprezent)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/image-quality-24/#post-11301361)
 * [@seothemes](https://wordpress.org/support/users/seothemes/) Whoa, thanks for
   the wizardry, thanks SEO themes! I guess I should give this plugin an awesome
   rating 😀
 *  Plugin Author [seothemes](https://wordpress.org/support/users/seothemes/)
 * (@seothemes)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/image-quality-24/#post-11787976)
 * [@mafreprezent](https://wordpress.org/support/users/mafreprezent/) no problem
   at all. Thanks for the review!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Image Quality’ is closed to new replies.

 * ![](https://ps.w.org/seo-slider/assets/icon-256x256.png?rev=1787394)
 * [SEO Slider](https://wordpress.org/plugins/seo-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-slider/reviews/)

## Tags

 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [images](https://wordpress.org/support/topic-tag/images/)

 * 7 replies
 * 3 participants
 * Last reply from: [seothemes](https://wordpress.org/support/users/seothemes/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/image-quality-24/#post-11787976)
 * Status: resolved