You could put a hyperlink to our site at the footer of your website or on the credits page.
Example:
Free SVG Background by <a target="_blank" href="https://bgjar.com">BGJar</a>
For website developers, it is a good practice to set background-size
to cover
.
Example:
.element {
background-size: cover;
background-image: url('XXXX'); // Copy and paste svg code here
}