• Resolved acoderjones91

    (@acoderjones91)


    Hello, I would appreciate timely assistance with this request from the client per this plugin and/or if the request is even possible:

    “update the following – which, I understand would mean that the initial preloading of the metadata would not be done when opening the web page, and the audio metadata would not be loaded unless / until the user clicked to play one of the audios. This would only then happen for the audio file that was selected. Was thinking that with the following setting, you would not see the loading icon when first opening the site and would only see it for each of the audio files, only upon selecting play.”

    So, essentially they don’t want to se the preloader gif on all items as the page loads, but only upon clicking one of the items will you see the preloader.

    Please and thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    The preloading animation that comes with the plugin can be hidden by adding the following CSS rule to your custom styles:

    .track {
    	background-image: none!important;
    }

    note: this will only prevent the animation from being seen; it will not speed up the page load.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Preloaded Gif on Page Load and Only show when an Item is Clicked’ is closed to new replies.