Bug Fix: Some images were not cycling through
-
Something broke this plugin (again…). My WordPress is adding more stuff to the rel tag. This js change fixes it:
// if image is part of a set.. $("a").each(function () { if (this.href && (this.rel.replace(/ .*/, "") == imageLink.rel.replace(/ .*/, ""))) {
- The topic ‘Bug Fix: Some images were not cycling through’ is closed to new replies.