Carousel inside Tabs

PHOTO EMBED

Tue Feb 21 2023 21:20:30 GMT+0000 (Coordinated Universal Time)

Saved by @rstringa #elementor #readystate

<script>
window.addEventListener('DOMContentLoaded', function() {

    const $ = jQuery;
 
    $('.elementor-tab-title').on('click', function() {
        setTimeout(function(){
             window.dispatchEvent(new Event('resize'));
        },100)
       
    });
 
});
</script>
content_copyCOPY

Cuando hay un carousel adentro del widget de Tabs hay que hacer un resize del window para que se acomode. window.dispatchEvent(new Event('resize'));