extra space on the right side when we reload and vanish when we inspect

Author: aditiratiocinative456Created Jun 8, 2022Updated Mar 10, 2026

A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug.>

extra space on the right side when we reload and vanish when we inspect


<url> - a link to the reduced test case. You can use one of the following services:

https://prnt.sc/_Mlepg5rdvKi https://zeroguess.us/n19/diamond/blog/


Any other information you want to share that is relevant to the issue being reported.

Used this code $('.blogslider').owlCarousel({ loop:true, margin:10, nav:false, items:3, autoplay:true, autoplayTimeout:2000, autoplayHoverPause:true, responsive:{ 0:{ items:1

    },
    600:{
        items:2
       
    },
    1000:{
        items:3
        
    }
}

});

Source: OwlCarousel2/OwlCarousel2