Do not resize in slideshow view

Last post 12-31-2010, 8:28 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  12-29-2010, 8:37 AM 65550

    Do not resize in slideshow view

    Is there anyway I can alter the gallery to not scale an image, but always show a fixed size, regardless of image size... When the picture is clicked on and it opens the viewer that is working fine, but I want all images to be a fixed 300 x 220 size regardless of orginal scale.
  •  12-31-2010, 8:28 PM 65562 in reply to 65550

    Re: Do not resize in slideshow view

    Hi regrossman,
     
    1. Open file D:\2005\Gallery\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js
     
    2. Find section below, the red code is the width and height you want to change
     
    this.img=GalleryCreateImage(photo.Url,imgwidth,imgheight);
     
    Example:
     
    this.img=GalleryCreateImage(photo.Url,300,200);
     
    Regards,
     
    ken
View as RSS news feed in XML