Joel Etherton
Joel Etherton
Since the GalleryView is going to need to have its properties set explicitly (dynamic sizing will already happen relative to the initial settings), the only real way to do this...
@Didi23: I'm not sure what you mean. Are you referring to making the filmstrip images clickable to the alternate link?
@Didi23: I added a new option to the code and some logic to operate it. If you set the boolean "filmstrip_use_alt_click" to true and the image clicked has a non-empty...
I've just written an add on for it and will be creating a fork/submitting it for feedback once my testing is done.
I've posted my code to a new fork if you want to check it out. Relevant changes are in the CHANGELOG.txt. The only changed file is the jquery.galleryview-3.0-dev.js file. https://github.com/joeletherton/GalleryView/tree/592f6213539aef4118b8183d84b4b53dff7d97c3
I've implemented it on my own site and it doesn't have this problem. I'll look at the checked in source to make sure that I didn't miss a change or...
@greg01: I performed a file compare on them and the only differences between them is whitespace (tabs, spaces, etc). Do you have your implementation in the public space anywhere or...
@greg01: I viewed the .js source of the file you included and it looks like you have the version before I made the "undelegate" change. If you set the property...
@greg01: I don't think you do. I compared your version with the one posted here, and it's missing a comment and the "undelegate" call located on lines 934-937. I looked...
@greg01: I added a randomness option and functionality. There's a new changelog and version in my fork (I haven't implemented this on my website so that will not have the...