View Full Version : Larger Photo?
Candid Arts
Mar-14-2009, 09:37 PM
Is there a way to make the photo in my Guestbook larger? Like possibly in the "Large" size? I'd have to play around with the size to see what would fit.
Here is my Guestbook (http://candidartsphotography.smugmug.com/gallery/7599659_gaJ7x).
Thank you!
denisegoldberg
Mar-15-2009, 06:41 AM
Is there a way to make the photo in my Guestbook larger? Like possibly in the "Large" size? I'd have to play around with the size to see what would fit.
Change your guestbook to an html-only gallery and the photo can be any slide that you'd like, including custom sizes (http://www.smugmug.com/help/custom-photo-sizes). See Allen's tutorial at http://allen-steve.smugmug.com/gallery/3819841 for notes on how to set up an html-only gallery.
--- Denise
Candid Arts
Mar-15-2009, 09:33 AM
Excellent TUT! Thank you!
I'm having a problem though...
The photo I'm using is a pano, and I want it to be dead center on the page. I can get it on the left or right, but not center. Any Ideas?
Thank you so much.
denisegoldberg
Mar-15-2009, 11:30 AM
I'm having a problem though...
The photo I'm using is a pano, and I want it to be dead center on the page. I can get it on the left or right, but not center. Any Ideas?
It looks like you have that gallery locked into journal-style, and that style isn't wide enough to accommodate the width of the pano. You might try locking it into critique style instead as that is a bit wider. I don't think you want to go as wide as smugmug style because that will move the text out to the edges of the browser window too.
--- Denise
Candid Arts
Mar-15-2009, 12:20 PM
It looks like you have that gallery locked into journal-style, and that style isn't wide enough to accommodate the width of the pano. You might try locking it into critique style instead as that is a bit wider. I don't think you want to go as wide as smugmug style because that will move the text out to the edges of the browser window too.
--- Denise
I tried switching to the critique and smugmug style, but in either one, when I switch to visitor view, the photo that is in the gallery shows up below the big pano up top. It's not hiding the photo like in the journal style...
denisegoldberg
Mar-15-2009, 01:47 PM
I tried switching to the critique and smugmug style, but in either one, when I switch to visitor view, the photo that is in the gallery shows up below the big pano up top. It's not hiding the photo like in the journal style...
That's because you chose to make your CSS specific to journal-style galleries. I have no idea why you chose that method of hiding the photos in the gallery.
Replace this:
.gallery_7599659 #albumNav_top,
.gallery_7599659 #albumNav_bottom,
.notLoggedIn .gallery_7599659 .journal_entry, /* hides photos in gallery */
.notLoggedIn .gallery_7599659 #breadcrumb {display: none;}
with this:
.gallery_7599659 #albumNav_top,
.gallery_7599659 #albumNav_bottom,
.notLoggedIn .gallery_7599659 #photos, /* hides photos in gallery */
.notLoggedIn .gallery_7599659 #breadcrumb {
display: none;
}
--- Denise
Candid Arts
Mar-15-2009, 01:53 PM
That's because you chose to make your CSS specific to journal-style galleries. I have no idea why you chose that method of hiding the photos in the gallery.
Replace this:
.gallery_7599659 #albumNav_top,
.gallery_7599659 #albumNav_bottom,
.notLoggedIn .gallery_7599659 .journal_entry, /* hides photos in gallery */
.notLoggedIn .gallery_7599659 #breadcrumb {display: none;} with this:
.gallery_7599659 #albumNav_top,
.gallery_7599659 #albumNav_bottom,
.notLoggedIn .gallery_7599659 #photos, /* hides photos in gallery */
.notLoggedIn .gallery_7599659 #breadcrumb {
display: none;
}
--- Denise
Because that is what was in the code given to me to create that HTML only page. But...your advice worked perfectly. Thank you so much for your help!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.