I’ve added this js custom code to template :
if($(document).width() < 980) { setTimeout(() => {
$(‘#media_image-4’).css(‘display’,’none’);
}, 1000);
setTimeout(() => {
$(‘#media_image-4’).css(‘display’,’block’);
console.log(“KITKA DONE 2!”);
}, 2000);}
And I think this is some workaroud the problem – but doesnt solve it. Maybe we can solve it without this? Now I have added to my site this code and If You want I can remove it to better solve this issue.
Let me know!