I have a slideshow on my home page it takes about 5 seconds to load the first image on a mobile can anyone help with maybe a wait loading ?

Hi,
Are you sure you haven’t got your loading text as “hide on load”(in properties panel)? Because now the text isn’t even showing(it was before). Also, can you see the difference between your code & the code I provided?

Your code:

$w('#gallery1').show()       
$w('#text43').hide() 

My code:

$w('#gallery1').show();  
$w('#text43').hide();