When trying this out, I ran into issues with the "history" or Permalinks functionality. When turned on, it creates a url like this:
http://sandbox/gallery/390#/10
(Where 390 is an argument, being a nid of a "gallery node" that is building the view with node references, I tried it without the argument with the same results)
The "display" of the number of photos in the gallery reads "- / 20" The "big image" never does not appear, however the carousel functions, as you would expect (except for the display of the large image). The URL does change, when one of the thumbnails is clicked.
I will probably get a chance to look into this issue soon, just hoping for a sanity check that yup it's broken, or "you're doing it wrong" :-)
Comments
Comment #1
vordude commentedNow that I've RTFM, I find :
It works in all supported browsers by adding #/[index] to the URL.So the URL looks right-- I'll continue to look.