Support » Plugin: WP Flow Plus » [Plugin: WP-ImageFlow2] Main Image fuzzy/poor quality

  • Hi, Great Plug-In! I’m having trouble with the front showing image, the quality is coming thru bad. I’ve tried to adjust all over the screen.css and edited the images themselves thru my server, along with editing them thru the WordPress Library/Media in the Dashboard. (edited sizes/highest quality/etc.) Any idea why the image is coming thru so fuzzy? It looks real blurry compared to the clear & sharp images I’ve uploaded? http://www.paynemason.com. Thanks!

    http://wordpress.org/extend/plugins/wp-imageflow2/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin uses the medium size image in your gallery. Since your gallery is so wide they are getting stretched. You can either decrease the width of the gallery, or edit the plugin and find the line:

    $image = wp_get_attachment_image_src($id, "medium");

    and change it to large or full, like:

    $image = wp_get_attachment_image_src($id, "large");

    I’m having this same problem, I’m just trying the make them show up smaller. The original images are 200px tall, and Mine are coming throw super blown out and oversize. How do I make the images smaller?

    Thank you so much ahead of time.

    -Christina.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-ImageFlow2] Main Image fuzzy/poor quality’ is closed to new replies.