• Resolved BEEF DOCTOR

    (@beef-doctor)


    Hi i’ve set up some webm’s in a gallery and set them to automatically play and loop, basically i’m using them as a higher quality replacement for gifs, only problem is when they get to the end to loop they display a loading spinner for a split second, can i get rid of this?

    Here’s the page https://digitalmeat.uk/gallery/webm/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    I’d try adding this to your custom CSS:

    .vjs-loading-spinner {
        display: none !important;
    }
    Thread Starter BEEF DOCTOR

    (@beef-doctor)

    You Beauty! added it to the bottom of the kgvid_styles.css, works like a charm cheers ??

    Plugin Author Kyle Gilman

    (@kylegilman)

    Keep in mind that any changes you make to the plugin files will be overwritten when the plugin is updated. Jetpack has a Custom CSS module that works great for these kinds of tweaks, and sometimes your theme will have an option for it too.

    Thread Starter BEEF DOCTOR

    (@beef-doctor)

    I have a custom theme but i’ve been backing up the altered css, cheers.

    Thread Starter BEEF DOCTOR

    (@beef-doctor)

    is there a way to get rid of the play button icon on the thumbnail too?

    Plugin Author Kyle Gilman

    (@kylegilman)

    You could modify the previous code to this:

    .kg-video-js-skin .vjs-big-play-button, .vjs-loading-spinner {
        display: none !important;
    }
    Thread Starter BEEF DOCTOR

    (@beef-doctor)

    Works a treat, cheers ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Get rid of Loading Spinner’ is closed to new replies.