View Full Version : Changing the image size option
asamuel
Oct-24-2007, 05:36 AM
I would like to give people the oppertunity to view large size images. However I feel that the smug mug table now makes my page look messy, so I have removed it.
Does anyone know the code for changing this in customisation and substiting the table for clickable text that would read "Large" and only take you to view a large image.
Thanks:bow
Sam.
Weltensammler
Oct-24-2007, 06:53 AM
Hello,
I hope you get this code, I have the same problem but nobody had an answer :-(
Allen
Oct-24-2007, 06:58 AM
I would like to give people the oppertunity to view large size images. However I feel that the smug mug table now makes my page look messy, so I have removed it.
Does anyone know the code for changing this in customisation and substiting the table for clickable text that would read "Large" and only take you to view a large image.
Thanks:bow
Sam.
Have no idea what you're referring to but your filmstrip thumbnails
are peeking out the bottom of the large photo with Firefox.
Add this to fix, keeps IE6 same which is ok.
#moveContainer {
position:relative;
top: 100px;
_top: 0px;
}
Also there are no move arrows showing in either browser.:scratch Is this the
table you refer to?
asamuel
Oct-24-2007, 08:34 AM
If I do this fix it screws up what I see, the filmstrip is moved down drastically and overlaps where the size picker would be. I left the fix active so that you can see what I mean.
which leads me on to point b) the size table is otherwise called the size picker which I have disabled:
#sizePicker {
display: none;
}
I would like to force this option with my own chosen text (like my nav bar) a choice that would just say "Large", the viewer would then click it to view large.
Cheers Sam
Allen
Oct-24-2007, 08:50 AM
If I do this fix it screws up what I see, the filmstrip is moved down drastically and overlaps where the size picker would be. I left the fix active so that you can see what I mean.
which leads me on to point b) the size table is otherwise called the size picker which I have disabled:
#sizePicker {
display: none;
}
I would like to force this option with my own chosen text (like my nav bar) a choice that would just say "Large", the viewer would then click it to view large.
Cheers Sam
Looks like you can remove this now. You must of changed something else
to get it to work.
#moveContainer {
position:relative;
top: 100px;
_top: 0px;
}
asamuel
Oct-24-2007, 09:01 AM
Sorry. You mean remove the fix?
#moveContainer {
position:relative;
top: 100px;
_top: 0px;
}
Because when I open my page it still looks terrible with this included. I haven't done anything else yet.
Allen
Oct-24-2007, 09:16 AM
Sorry. You mean remove the fix?
#moveContainer {
position:relative;
top: 100px;
_top: 0px;
}
Because when I open my page it still looks terrible with this included. I haven't done anything else yet.
Yes, remove it. I quess I playing with a moving target.:D
asamuel
Oct-24-2007, 10:05 AM
Done. Thanks Alan:D
Anyone any ideas on how to change the size picker as I had suggested?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.