const cloudinaryImage = new CloudinaryImage('background-pic', { cloudName: 'searchlight-group'})
...
<AdvancedImage cldImg={cloudinaryImage} plugins={[responsive()]} />
I am trying to use this as a background image on my home screen for a site. On some loads the image is size perfectly, full width of page and scaled height. However, on some loads of the page there is an extra width that causes a horizontal scroll bar. What could this inconsistency be from?