• I’ve installed this plugin but the images aren’t defaulting to the original size as described in the plugin description. instead, all of my images seem to be re-sizing to 75 x 75px, which is no use to me. example here:

    http://www.sandihodkinson.co.uk.php5-18.dfw1-1.websitetestlink.com/bridal-2/

    a quick look in firebug shows that the original images are being resized at an element level.

    in jj_ngg_jquery_carousel.php I’ve found the two values:

    $width = $this->get_val_numeric($instance, ‘width’, 75);
    $height = $this->get_val_numeric($instance, ‘height’, 75);

    which would suggest they are being set here, but i have no idea how to override this to make the images show at their original dimensions…

    any ideas? I’m not stupidly missing an options page for the plugin somewhere am I?

    thanks in advance!

    http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi pluggyboy

    Yes, you’re missing a setting in the plugin options. You need to specify the height and width in the shortcode if you want it to be different to the default dimensions of 75px x 75px. See below from JCarousel settings:

    Image width: Width of image. Defaults to 75. (sc: width=”200″)
    Image height: Height of image. Defaults to 75. (sc: height=”150″)

    I hope this helps.

    Hi,

    What can we change it if we have a differents sizes of images on the sames caroussel , I mean without fixing the width and height. I want him to take the original sizes of uploaded images

    Thanks

    Hi Multras,
    I’m also looking to have different size thumbnails. I need three different thumbnail sizes – each a percentage in height of the others: 65%, 56% and 48% of the original. Hopefully I’ll be able to display the full size in a Lightbox effect.
    Did you figure out a way to fit different sizes? Please share here if you did. 🙂
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: JJ NextGen JQuery Carousel] Image sizes messing with my head…’ is closed to new replies.