Search…

X3 Photo Gallery Support Forums

Search…
 
oneANT
Experienced
Topic Author
Posts: 36
Joined: 01 Aug 2011, 22:55

image thumbs in text page with link ...hmmmm??

27 May 2012, 01:53

can I can I can I ...

Insert a thumb into a text page that might enlarge to full size when clicked and be closed again ...but remain on that text page and not load the gallery as it does here... https://www.photo.gallery/demo/x2/?theme=gar ... ges/links/

I did see that I could use an image title as a text link but it still diverts away from the page and loads the whole gallery that the image resides in.

can I can I can I ...

Ant.
 
tschortsch
Experienced
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: image thumbs in text page with link ...hmmmm??

28 May 2012, 02:23

Yep, this would be a quite interesting feature for me as well!!!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: image thumbs in text page with link ...hmmmm??

01 Jun 2012, 13:38

oneANT wrote:Insert a thumb into a text page that might enlarge to full size when clicked and be closed again ...but remain on that text page and not load the gallery as it does here... https://www.photo.gallery/demo/x2/?theme=gar ... ges/links/

I did see that I could use an image title as a text link but it still diverts away from the page and loads the whole gallery that the image resides in.

can I can I can I ...
Basically, you want to just open an image and have it floating over the textpage with some kinda close button? That would be possible, and best way would probably be to open the image link in html colorbox, similar as we do for map-links.

However, if you are asking for a method to insert "Image ThumbS" (as in plural), then this is just a bad idea. We have toyed with features like this before, generating layouts of thumbnails in a textpage. However, the simple fact is that flash textfields are too weak to handle any kinda thumbnail layout.

But yes, adding a single image-thumbnail manually, and have it link to a larger image without leaving the textpage, definitely.
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: image thumbs in text page with link ...hmmmm??

18 Jun 2012, 13:57

oneANT wrote:(...)Insert a thumb into a text page that might enlarge to full size when clicked and be closed again ...but remain on that text page and not load the gallery(...)
You mean something like this -> textpage ? :)
If so, download attachment, set it as one of your theme backgrounds with settings:
Align: 'TL'
Repeat: 'No Repeat'
Scalemode: 'No Scale'

And then in your textpage you can use link asfunction:_root.image_overlay,image.jpg to display image overlay.
Example:
Code
<a href="asfunction:_root.image_overlay,content/pictures2/PIC_5247.jpg"><img src="content/pictures2/tn_PIC_5247.jpg" height="105" width="140" /></a>
image_overlay.zip
(2.94 KiB) Downloaded 447 times
Have fun ! :wink:
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: image thumbs in text page with link ...hmmmm??

18 Jun 2012, 14:01

Artur wrote:Have fun ! :wink:
Nice Artur,

I will remember this one :-)
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: image thumbs in text page with link ...hmmmm??

18 Jun 2012, 14:10

Cheers Martin :wink:


BTW... that was 2 minutes of work, so it's just very basic option to show image overlay. However this can be much improved somewhat - Title and description above the image, link to the image in the gallery, etc... :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: image thumbs in text page with link ...hmmmm??

19 Jun 2012, 05:43

Great stuff there Artur!

I wanted to mention that with Imagevue X2.8, there is another method available. Perhaps not as cool as Arturs method, but easy to implement, and it would also work on html and mobile platforms:
Code
<a href="javascript:lightbox('path/image.jpg')">click</a>
Opens the image in an overlaying html lightbox. You can see this in effect by clicking the "Photo" link on the new textpage demo page here:
https://www.photo.gallery/demo/x2/#/about/
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: image thumbs in text page with link ...hmmmm??

19 Jun 2012, 06:25

mjau-mjau wrote:...there is another method available.... it would also work on html and mobile platforms...
It's getting better and better :-)
 
oneANT
Experienced
Topic Author
Posts: 36
Joined: 01 Aug 2011, 22:55

Re: image thumbs in text page with link ...hmmmm??

01 Jul 2012, 01:43

..awesome ..awesome ..awesome

to Artur and Mjau