Thanks for suggestion tried that not working it seems to be the gallery taking a long time to display content link to site is www.lotsofdoodles.com
$w.onReady(function ()
{
$w('#dataset1').onReady( () =>
{
$w('#dataset1').new();
console.log("The dataset is ready");
})
})
$w.onReady(function()
{
$w("#gallery1").show();
})