You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no event after a transition's postInit function. The carousel transition appends and prepends extra elements with cloneNode, in postInit. The problem is that it's not cloning a custom .data('colorbox') config object.
There's no event after a transition's
postInit
function. The carousel transition appends and prepends extra elements withcloneNode
, inpostInit
. The problem is that it's not cloning a custom .data('colorbox') config object.Maybe just add this?
You can then check with
opts.fx
which transition it is.For now, I've added this in custom code:
The text was updated successfully, but these errors were encountered: