Home › Forums › CSS › Anythingslider with embedded videos – loading twice › Re: Anythingslider with embedded videos – loading twice
May 7, 2012 at 9:48 pm
#102469
Participant
There’s a few things that could be the cause of this:
– the AnythingSlider code is being triggered using a setTimeout function with a value of 1000 (meaning it will load with a delay of 1 second)
– the page loads not one, not two, but THREE jQuery libraries (versions 1.6.2, 1.6.4 and 1.7.1)
– javascript calls all over the place (header, middle of the body, at the end of the body)
My advice to the web developer would be to clean up things, big time.