Before you ask please READ THIS

Suggestions for lightbox slideshow

in FatMoon Posts: 48
When playing slideshow in lightbox, the top bar should be hidden.

The red progress line is fun but a little distracting i think. I would like an option to hide it.

I would like to be able to choose time interval.

Random option would be nice too.

Comments

  • Posts: 48
    i have done it myself with some change in the lightbox plugin script:

    progressBar : false,
    hideBarsDelay : 1500,
    preload : 3,
    pause : 7500,

    It will be great when you will be able to make those availabe in settings.
  • AirAir
    Posts: 10,970
    God damn, I had replied to this yesterday but it didn't post. Here is my reply:
    cyrilp said: When playing slideshow in lightbox, the top bar should be hidden.
    It hides after N seconds, like we talked about in different topic. If it was hidden permanently you wouldn't be able to stop auto-play.
    cyrilp said: The red progress line is fun but a little distracting i think. I would like an option to hide it.
    Use custom CSS for now:

    .lg-progress-bar,
    .lg-progress-bar .lg-progress {
    background-color: transparent;
    }
    But I will also add option to disable it.
    cyrilp said: I would like to be able to choose time interval.
    Sure will add such option:-)
    cyrilp said: Random option would be nice too.
    This plugin doesn't have such option. I will add this to wishlist, and try to emulate this somehow in future.

    With kind regards.
  • AirAir
    Posts: 10,970
    cyrilp said: It will be great when you will be able to make those availabe in settings.
    All settings beside "preload" are already done and will be in next update. By default "preload" is set to 1 so it loads previous and next image. Any reason to set it to 3? For ultra fast viewing?

    With kind regards.
  • edited July 2017 Posts: 48
    yes i'm trying to use preload 3 to make it smoother as my image are high res
    Post edited by cyrilp on
  • AirAir
    Posts: 10,970
    It can however choke mobile connection. I will consider adding this setting.

    With kind regards.
  • AirAir
    Posts: 10,970
    Preload option is added in upcoming update.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion