-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynamically change given images #10
Comments
you found any solution to this problem? Problem is that it is creating HTML markup on the first time and then using it from next time onward. Interested to know if someone actually tweaked it to work with different set of images. |
i changed the files a bit, i did managed to get it to work |
Will it be possible for you to share snippet? Will save some work at my end. |
function newSlide(imgs)
} this is inside kenburst.js $.fn[pluginName] = function ( options )
|
working for me. thanks a ton. |
i tried something like this
function newSlide(imgs)
{
var titles = [];
}
but it only works for the first time, if i resend new images nothing happens...
The text was updated successfully, but these errors were encountered: