Hi,

Got views carousel running great on my site- used it to create an automatically cycling masthead image (around 1000px x 250px). Used CSS to move the buttons away in order to remove them (relative left -500px). It looks fantastic, except one major issue- at least in Firefox.

Any time the browser window is re-sized, or the tab is changed away and then back, the carousel freaks out. The first change usually happens without any animation (just snaps to the next image). After that, it often just goes black (the background color) or will "spazz out" (animation pauses halfway through, stutters, etc).

Any ideas here? Is this a common bug?

Comments

bishop10’s picture

Of note: Tab switching does not always break it in the same way as a window resize (in fact, it is somewhat rare), where as the resize always does.

mfer’s picture

Do you have a site this is happening on? I can't duplicate it.

mfer’s picture

Status: Active » Postponed (maintainer needs more info)
goye2cz’s picture

Has this been fixed? I'm experiencing this issue. My test site is currently: here.

Resizing the window to a bit smaller than the carousel will break it.

iLLin’s picture

Status: Postponed (maintainer needs more info) » Active

I confirm this as well. I am showing 6 slides, advancing 1 at a time. Resize window it breaks to only showing 1 at a time and not the 6.

iLLin’s picture

Found the solution here: https://github.com/jsor/jcarousel/issues/64

Works pretty good now but there is still a minor issue where the left loses its mind (very random) and the carousel disappears. Looking into that now.