Skip to content

Instantly share code, notes, and snippets.

View drwphi's full-sized avatar

Daniel drwphi

View GitHub Profile
@drwphi
drwphi / style.css
Last active September 10, 2021 12:55
Background-image on stretched layout in Enfold
html.html_stretched {
background: url('/wp-content/uploads/image.png') !important;
background-attachment: scroll !important;
background-position: top center !important;
background-color: #092540 !important;
background-repeat: no-repeat !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;