How to attribute?🔗

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>

Best practice to use svg as background🔗

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
}