[Plugin: JJ NextGen JQuery Carousel] Image sizes messing with my head…
-
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:
https://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!
https://www.ads-software.com/extend/plugins/jj-nextgen-jquery-carousel/
- The topic ‘[Plugin: JJ NextGen JQuery Carousel] Image sizes messing with my head…’ is closed to new replies.