Needs work
Project:
jCarousel
Version:
7.x-2.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2011 at 16:55 UTC
Updated:
6 May 2012 at 01:20 UTC
Jump to comment: Most recent file
Hallo, I would like to link to a specific image in the carousel. Something like http://example.com/carousel.html#slide5 Would that be possible? It would be very useful for finding content better. Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jcarousel-startposition-1386288-1.patch | 1.01 KB | hpbruna |
Comments
Comment #1
hpbruna commentedHi,
I create a patch on this request. It takes the position from the URL from the 'pos' parameter e.g. example.com?pos=5 and then the jcarousel startposition is set to 5.
Comment #2
hpbruna commentedAdded: 'needs review'
Comment #3
anruetherGreat, this is a good solution when you want to link to a specific slide. If you are already on the site you might think that the additional pageload is unnecessary.
Another thing would be to have the slide address appear in the url when clicking through the carousel. This would need implementation with next/prev buttons I guess.
But this is already great help for me! You can try it on my website if you want( http://www.aruether.net/photo/landscape?pos=4 )
Thanks a lot!
Andi
Comment #4
mac_weber commentedIt does not work well for items not preloaded, as described on the comments:
Comment #5
mac_weber commentedHow to get it to work prelaoding form that position:
[...]
Comment #6
mac_weber commentedComment #7
mac_weber commentedActually, #5 does not solve the problem of not loading non-preloaded items.