Offcanvas - Background image - Suggestions?

I’ve been attempting to add a background image to an offcanvas component.
Here’s the css:

Here’s the result:

Is there a way to have the image to dynamically fill the offcanvas container and show the whole image across viewports?

As always - thanks…

There are two ways to do this:

  1. Apply the background image to the off-canvas (as you have shown) and increase the width of the off-canvas to 100%. Content width can still be restricted using the usual methods.
  2. Apply the background image to the off-canvas backdrop (.offcanvas-backdrop) and change the background colour of the off-canvas to transparent.

Thanks Ben Option 1 worked