How to have larger images in dng_tabcontainer thumbnails

Last post 09-01-2011, 5:28 AM by WebEngineer. 2 replies.
Sort Posts: Previous Next
  •  08-22-2011, 5:29 AM 69754

    How to have larger images in dng_tabcontainer thumbnails

    What parameters do I adjust so that the small thumbnails in the toolbar are larger?
  •  08-22-2011, 7:33 AM 69756 in reply to 69754

    Re: How to have larger images in dng_tabcontainer thumbnails

    Hi WebEngineer,
     
    1. Open file  "CuteSoft_Client\Gallery\Layout\SlideShow\Code.js"
     
    2. Find section below  and change the values directly
     
    var imgwidth=32;
    var imgheight=24; 
     
    3. Maybe you want to change the height of the container too
     
    Find section below
     
    div.style.height=this.dng_tabcontainer.offsetHeight-6+"px"; 
     
    And change to a large value
     
     div.style.height="60px";
     
    Regards,
     
    Ken
  •  09-01-2011, 5:28 AM 69905 in reply to 69756

    Re: How to have larger images in dng_tabcontainer thumbnails

    Thank you, Kenneth.
    I have decided it will be easier and faster for me to develop my own routine for my own needs than it will to try to follow and modify someone else's code. You have done a great job, though. 

View as RSS news feed in XML