Currently, I am utilizing the Owl Carousel and have the following script:
$("#owl-demo").owlCarousel({
items : 3
});
My intention is for the container to display 3 images. However, upon initial load, this is what appears:
https://i.sstatic.net/ePLAQ.png
Oddly enough, when I resize the browser ever so slightly, the image sizes adjust to the desired setting:
https://i.sstatic.net/upVOj.png
It seems the issue lies with how the images are displayed initially in the browser. Could it possibly be related to the size of my browser window?