projects image preload to false
This commit is contained in:
parent
f9ef96c630
commit
19f402be81
|
@ -59,7 +59,7 @@ function getA(image) {
|
||||||
|
|
||||||
function activateSlides() {
|
function activateSlides() {
|
||||||
$('#slidesDiv').slides({
|
$('#slidesDiv').slides({
|
||||||
preload: true,
|
preload: false,
|
||||||
preloadImage: '/static/images/loading.gif',
|
preloadImage: '/static/images/loading.gif',
|
||||||
pagination: false, //SANJ NOT WORKING
|
pagination: false, //SANJ NOT WORKING
|
||||||
play: 5000,
|
play: 5000,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user