Skip to content

Instantly share code, notes, and snippets.

@baconhater
baconhater / gist:f5b075cc05e9a94a6763c64178a4fa93
Created November 3, 2018 15:22 — forked from dusk0r/gist:3d5b46b3ed43aae88b2d
Changing Background Images using jQuery
<html>
<head>
<style type="text/css">
.bgimage {
position: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: black;
width: 100%;