Author |
Message |
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Thanks Ross... Worked out perfectly... looks much cleaner now! | | | Pete |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | OK... Another Question... Here is what my Image Gallery panel looks like now... I like the way it looks a lot... all except one thing... As you see in mine I have 3 columns of images... but they are all aligned to the left of the screen... is there any way in the settings to get the 3 columns to center themselves in the panel? That way all 3 columns would be centered under the movie title. If not... maybe a future enhancement? | | | Pete |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | As far as I know, the only way to get them "centered", is to make your thumbnails bigger so they fill the window, or smaller to add a fourth column. Actually, you should make them smaller as less than 10px looks like it could be enough to make a fourth column fit. You could also resize the window |
|
Registered: April 6, 2007 | Posts: 153 |
| Posted: | | | | Quoting Addicted2DVD: Quote: is there any way in the settings to get the 3 columns to center themselves in the panel? You can try to change the code by looking for this bit and adding the tag in red in the line that I made bold: Quote:
</script> </HEAD> <BODY scroll="auto" onLoad="visual();"> <div class="title"><DP NAME="TITLE"></div> <div id="thumbnails" class="images" align="center"> <script type="text/javascript"> <!-- if (int != -1) {
That should center all the pictures. | | | --- ¡Hola! |
|
Registered: March 13, 2007 | Posts: 756 |
| Posted: | | | | Quoting Johan1FS: Quote: Quoting Addicted2DVD:
Quote: is there any way in the settings to get the 3 columns to center themselves in the panel?
You can try to change the code by looking for this bit and adding the tag in red in the line that I made bold:
Quote:
</script> </HEAD> <BODY scroll="auto" onLoad="visual();"> <div class="title"><DP NAME="TITLE"></div> <div id="thumbnails" class="images" align="center"> <script type="text/javascript"> <!-- if (int != -1) {
That should center all the pictures. Works very welll.....Nice one, Johan This just gets better & better. | | | Chris | | | Last edited: by Mole |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Thanks Johan... That almost did it... but just not quite. It centered the borders for the images the way I would want them... but all the images slide to the right inside their borders so I had the right half inside the image borders black and the left half part of the pictures. Thanks Ross... Yours did it for me... I changed the thumbnail size by only 3px smaller... and it gave me a fourth column and filled the screen perfectly! I am now completely thrilled with the Image Gallery! | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Yes, the align="center" change completely mocks up the positioning stuff. Anyway, changing the tnv value to a larger or smaller value is imho better... A tutorial is now available! Gallery Viewer - Tutorial (incl. GV v1.3). The power has been revealed! |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | nm | | | Last edited: by xyrano |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Xyrano, in your tutorial, when you talk about the UPC in the section about file naming, there's a place where you still reference the EPGL, this should probably be GV Quote:
During load time of the EPGL the UPC/EAN value does not have the '-' character, meaning we must use only digits for this portion of the subfoldername.
So a Gallery that is to correspond to a profile with 0-123456-789012 in the UPC column must have '0123456789012' entered for the UPC portion of the subfoldername.
Another little mistake: Quote:
JavaScript essentials Please note, that if your EPGSL contain a backslash '\', that backslash must be superseded by yet another backslash, exactly as illustrated above. So, that will mean '\\' and not '\', for each of them. However this rule does not apply for the forwardslash '/' character.
| | | Last edited: by RossRoy |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Ooooh after reading the tutorial, I think I'll go for Tags to configure the GV. Some images look better configured one way, some other another way, so tags are perfect. It also allows one to play with the different settings easily! |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Thanks for reading it through, typos fixed! |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Quoting xyrano: Quote: Thanks for reading it through, typos fixed! YOu shouldn't call them typos, they are uncorrected copy/paste |
|
Registered: March 13, 2007 | Posts: 646 |
| |
Registered: March 14, 2007 | Posts: 225 |
| Posted: | | | | Thanks a lot Pete, RossRoy and Xynaro! That gallery feature is #1 | | | Certainty of death... Small chance of success... What are we waiting for ?! |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | I came up with a new idea for the Gallery window... I don't know how difficult this would be... or if it is even possible at all. But... Could something like this be added?....
Put captioned sections into the Gallery... so you could have...
for movies:
Title Image gallery
Movie Posters: All Movie Poster Images
Promotional Photos: All Promotional Photos
Production Photos: All Prodution Photos
Screen Caps: All Screen Caps
And then for TV Series we could have something like...
1. Episode Title All episode #1 Title Images
2. Episode Title All episode #2 Title Images
3. Episode Title All episode #3 Title Images
4. Episode Title All episode #4 Title Images
So what do you all think? any possibilities here? | | | Pete |
|
Registered: March 13, 2007 | Posts: 646 |
| Posted: | | | | Cool idea, man those great ideas just keep floating out of you, keep em comin Yea uhm, I'm like already thinking of how to code it Problem would be on how to separate the sections since the GV only (currently) specifies the number of images in the gallery, but... Hmm... <gallery=#> to <gallery=# [caption][seperator][startimage]-[endimage]> could work i suppose... Over... |
|