View Full Version : Increase window width beyond 750px
brown224
Dec-08-2007, 03:44 AM
Hello, I would like to know if it is possible to increase the width of the smugmug window beyond 750 pixels? I would like to change mine to 800 and can not find if that is possible. brown224.smugmug.com
Thanks!
Allen
Dec-08-2007, 05:55 AM
Hello, I would like to know if it is possible to increase the width of the smugmug window beyond 750 pixels? I would like to change mine to 800 and can not find if that is possible. brown224.smugmug.com
Thanks!
This'll do it, not sure if it's technical correct though.:D
In you bio change the width.
createSWF(800,600, oParams, "transparent");
In your CSS edit existing items and add new ones.
#homepage {
margin: 0 auto;
width:880px;
}
#bioBox {
margin: 0 auto;
width:860px;
}
#userBio {
margin: 0 auto;
width:800px;
text-align: center !important;
}
BPM_WD
Dec-08-2007, 04:17 PM
This'll do it, not sure if it's technical correct though.:D
In you bio change the width.
createSWF(800,600, oParams, "transparent");
In your CSS edit existing items and add new ones.
#homepage {
margin: 0 auto;
width:880px;
}
#bioBox {
margin: 0 auto;
width:860px;
}
#userBio {
margin: 0 auto;
width:800px;
text-align: center !important;
}
I would like to do the same, however, change the default for background images. I have a blue background and smugmug is defaulting a 2000px PNG graphic down to 750px.:crazy
What code can I use to overwrite this 750px default. (The above code is great but it only affects content such as the bio box et cetera.)
http://photographybyderic.smugmug.com/gallery/3845790#227529200
Allen
Dec-08-2007, 04:41 PM
I would like to do the same, however, change the default for background images. I have a blue background and smugmug is defaulting a 2000px PNG graphic down to 750px.:crazy
What code can I use to overwrite this 750px default. (The above code is great but it only affects content such as the bio box et cetera.)
http://photographybyderic.smugmug.com/gallery/3845790#227529200 Looks like just changing to the original does it.
body {background-color: #ffffff;
background:url(http://photographybyderic.smugmug.com/photos/230088974-O.png)
center repeat-y;
_background:url(http://photographybyderic.smugmug.com/photos/230088974-O.png)
center repeat-y;
background-color: #000000;
font-family: Optima, Trebuchet MS;
font-size: 14px;
}
BPM_WD
Dec-08-2007, 06:39 PM
Ohh is O all I needed. Thanks so much!!!!
I succedded in getting my background image to right size with ####-O.png
Ohh is O all I needed
####-O.png (Original)
####-S.png (small)
####-M.png (Medium)
####-L.png (Large)
brown224
Dec-10-2007, 09:37 AM
This'll do it, not sure if it's technical correct though.:D
In you bio change the width.
createSWF(800,600, oParams, "transparent");
In your CSS edit existing items and add new ones.
#homepage {
margin: 0 auto;
width:880px;
}
#bioBox {
margin: 0 auto;
width:860px;
}
#userBio {
margin: 0 auto;
width:800px;
text-align: center !important;
}
Al, thank you for all of your help! You have answered a few questions for me over the past week and I greatly appreciate your assistance!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.