• I am experiencing a very annoying trait from WP Fluid Images since the latest update.

    It interferes with Nextgen gallery thumbnails, causing them to appear around 1% of their original size. If I disable WP Fluid Images then of course, the page gets taken over by huge images. It seems to only affect thumbnails inside the posts and not in the sidebar plugin. Is there a way I can get the plugin to ONLY affect uploaded images in the posts and not nextgen thumbnails?

    I have these two plugins installed on many blogs so it would be a huge undertaking to remove the plugin and redo all my posts.

    http://wordpress.org/extend/plugins/wp-fluid-images/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m also having this issue with Nextgen thumbnails. It only causes a problem in IE8 where the WP Fluid Images width isn’t overridden by the css even with !important

    Did you find a solution?

    I managed to solve this problem by using a min-width of the thumbnail width rather than width or max-width. Seems to work in all browsers including IE8.

    Where did you put this coding (i.e. min-width)? I’m having a similar problem with a woocommerce plugin (color and image swatches).
    I’m a novice so any help with this would be much appreciated (i.e. specific code and where to put).
    Thanks!!

    I simply added the min-width style to my theme’s default.css (main stylesheet). In my case it was:

    .ngg-gallery-thumbnail img {
    min-width: 260px !important;
    min-height: 170px !important;
    }

    See more on CSS here: http://codex.wordpress.org/CSS

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Fluid Images] Wp Fluid Images interferes’ is closed to new replies.