e2interactive forums » (E)2 Photo Gallery FAQ

Search:

Overall Gallery Resize...

(2 posts)

  1. I am trying to resize the gallery to fit into a 530px wide x 600px tall space (which is smaller than the minimum of 600px as reported in this forum) and am going to be using the gray css. Would you be so kind as to tell me which elements need to be changed? I keep breaking the code somehow despite my applications of the tips listed here under various topics.

    I would greatly appreciate it!

    Posted 3 months ago #
  2. You mainly need to adjust the css file e2photo_gray.css

    Change the width and height of this style:

    #main_image_wrapper{position:relative;border:1px solid #CCC; width:600px; height:399px;background: #FFF url(../rsrc/loading_image.gif) no-repeat 50% 50%;}

    and change the width and min-width of this style:

    .e2_photo_gallery {
     width:650px;
     margin:0px auto;
     min-width:650px;
     color:#fff;
    }

    If you are using the uploader you will need to change the size the image are uploaded as in the uploader: See Here

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.