tomliv
tomliv
I am having this same issue. It's a real problem for me right now on a current project. Is there a workaround or another version I can download (download, not...
Anyone have a work around for this multiple carousel issue yet??
Not sure about "totally violates" but anyway, could you do: [parent container] ol{ padding:5px 10px; background:#ddd; } ?
Here's it what I am attempting: var morphistAnim = $("#fadeInOut").Morphist({ animateIn: "fadeIn", animateOut: "fadeOut", speed: 2000 }); var data = morphistAnim.data("plugin_Morphist"); if (window.matchMedia("(min-width: 48em)").matches){ $("#fadeInOut").addClass('morphist'); data.start(); } else { data.stop();...
Thanks! I'll give it a run and get back to you here.
Doesn't seem to be working. Just plays upon load - below the breakpoint - as if I am just simply initializing it. Default stop isn't working. Continues to work after...
Adding myself as well. HTML in .php docs specifically, but overall it's not working for me.