|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
force small filmstrip style
I have searched for this...All I have seen are codes to force a larger size (and they are all different codes).
I do not know anything about java... Is it possible to force my pages that contain sample images to small? filmstrip style (forced, meaning in customize gallery it is set) on all pages where I want to force small size of images I removed the picker/chooser stuff and it shows small (EDIT: SHOWS MEDIUM? WHEN LOGGED OUT), but if I understand it correctly it is showing small for me because I had those selected in the chooser dropdown before I removed them...I would like everyone to only see small (maybe medium, but I'm pretty sure I want to start with small) If there is a bit of code for this...how do I make it specific to the 4-5 galleries that it would be used for? Thanks in advance...could not find a simple answer for this...
__________________
Still working on it! Last edited by gilbert; Mar-02-2007 at 08:59 PM. |
|
|
|
|
#2
|
|
|
panasonikon
|
I don't think so, sorry.
Curiously, why do you want to force small? |
|
|
|
|
#3
|
|
|
Major grins
|
Hey Andy,
So you can force medium but not small?? There are a few reasons...I am trying to finish my site...it's taking forever, but I have an idea of how I want to set a few things up...On my "photography services" page I have it set to journal style with a sample of each type of service and a description. I already have a gallery that is an extended portfolio, but I thought it would also be good to have a sample set of images for each type of services. Make sense? So it doubles as a shorter portfolio by type of service and samples for those that only want to see certain images. It looks nice in the filmstrip style with a max of 6 images (they do not scroll then and it's more than enough as samples). I adjusted the pages with less than 6 so the thumbnails are centered above the image...At any rate the small size fits well on the page for seeing the thumbs and the bottom nav links all at once (whether they are profile or landscape orientation)...ALSO I took the watermark off of these images initially and I like them without the watermark on those sample pages (so they would need to be the small size). Now I will go create a new watermark to try for these samples specifically! I still would like the option to force small if it exists.
__________________
Still working on it! |
|
|
|
|
#4
|
||
|
panasonikon
|
Quote:
|
|
|
|
||
|
#5
|
||
|
Major grins
|
Quote:
The code from this post is the shortest bit I saw...How do you tell it to only apply to certain galleries?? That was my initial question if anyone can help answer that... Code:
[FONT=Courier New]resizeLarge();
function resizeLarge()
{
var objForm = [/FONT][FONT=Courier New]document.photosize_chooser;[/FONT]
[FONT=Courier New]
if (([/FONT][FONT=Courier New]objForm[/FONT][FONT=Courier New]) && ([/FONT][FONT=Courier New]objForm[/FONT][FONT=Courier New].Size.value != 'Large'))
{
[/FONT][FONT=Courier New]objForm[/FONT][FONT=Courier New].Size.value = 'Large';
[/FONT][FONT=Courier New]objForm[/FONT][FONT=Courier New].submit();
}
}[/FONT]
__________________
Still working on it! |
|
|
|
||
|
#6
|
|
|
Major grins
|
bump...anyone know if this is possible with java?
__________________
Still working on it! |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|