Hello, i use Instagram feed modules inside a custom tabs module on my website
Ex: General informations | Instagram | Contact | etc…
So my Instagram tab is hidden by default when page is loading and Instagram feed module is not initializing properly.
I tested removing my tabs module and just display:none the feed’s container and same results.
This issue appear recently with the new embed code. I had a similar issue with the previous code and i I managed to fix it by adding a small resize event when changing tab.
window.dispatchEvent(new Event(‘resize’));
This doesnt work anymore.
Can you investigate please ?
Thank you !