Topic: Order of images

I'm using juicebox for WordPress and for some reason the order in the juicebox images is showing the images in reverse. If you go to add media and select "uploaded to this page" on the 1930's remodel for example the order is showing the exterior before photo first. in the actual gallery it is showing the image last. http://cl.ly/image/2K2P003t4631

can you please let me know if there is  global setting for order, ascending vs descending? I'm not finding a custom code or setting for this, and wonder if it is some preference in WordPress that needs to be changed. you can see the site gallery here: http://www.hugsconstruction.com/remodels/1930s-remodel/ and that the first image from the media preview is showing last in the gallery and the last image is showing first.

Re: Order of images

You can reverse the order of images by opening the plugin's 'wp-juicebox/config.php' file in a plain text editor and changing the two instances of 'order'=>'DESC' (in lines 34 and 36) to 'order'=>'ASC'.