I notice it is common when setting a background image that many choose to inline the style as such:
style="background-image: url(mybgimage.png);"
(I suppose its quick and dirty to save from adding a class or id)
In Bootstrap Studio though if a background image for inline style is added its does like so:
style="background: url(mybgimage.png);"
This requires one to set additional settings like cover etc…is this correct as it adds more work ?