View Full Version : Slide borders on home page
robertodenis
Jul-10-2007, 05:24 AM
Hi!
How can I adapt automatically the borders to the size of the pictures? I would like to have the same like here: http://www.brandolinoimaging.smugmug.com/
Thank you for your help.
www.robertodenis.name
Allen
Jul-10-2007, 06:40 AM
Hi!
How can I adapt automatically the borders to the size of the pictures? I would like to have the same like here: http://www.brandolinoimaging.smugmug.com/
Thank you for your help.
www.robertodenis.name (http://www.robertodenis.name)
This adds a border on the slide.
change these
#ssSlide {
margin-top: 20px;
height: 400px !important;
width: 640px;
}
#ssSlide {
padding: 0px;
background: none;
}
to this
#ssSlide {
margin-top: 20px;
height: 400px !important;
width: 640px;
border:4px ridge #D5B790;
padding:10px; background:#000;
}
Change this one to remove multiple buttons. Might try uploading larger buttons.
.ssBtn img {height: 10px; width: 12px;}
Holler back if you have any questions.
robertodenis
Jul-10-2007, 07:34 AM
This adds a border on the slide.
change these
#ssSlide {
margin-top: 20px;
height: 400px !important;
width: 640px;
}
#ssSlide {
padding: 0px;
background: none;
}
to this
#ssSlide {
margin-top: 20px;
height: 400px !important;
width: 640px;
border:4px ridge #D5B790;
padding:10px; background:#000;
}
Change this one to remove multiple buttons. Might try uploading larger buttons.
.ssBtn img {height: 10px; width: 12px;}
Holler back if you have any questions.
Thank you Al. But, is it supposed to adapt the borders to the size of the pics? Not all of them have the same size.
Roberto Denis
Allen
Jul-10-2007, 07:40 AM
Thank you Al. But, is it supposed to adapt the borders to the size of the pics? Not all of them have the same size.
Roberto Denis
I've found no way to size the frame to the slide if they are different sizes
although I think I remember someone coming up with a hack to do that.
Might set up a special private gallery for only the show and size all the photos the same.
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.