Skip to content

Instantly share code, notes, and snippets.

@JeroenVdb
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save JeroenVdb/9835103 to your computer and use it in GitHub Desktop.

Select an option

Save JeroenVdb/9835103 to your computer and use it in GitHub Desktop.
var htmlTag = document.getElementsByTagName('html')[0];
var hptoContainer = document.querySelectorAll('.hpto--container')[0];
var hptoClickbox = document.querySelectorAll('.hpto--clickbox')[0];
htmlTag.className = 'hpto ' + htmlTag.className;
hptoContainer.style.backgroundImage="url('http://lorempixel.com/output/nature-q-c-1920-1200-8.jpg')";
hptoContainer.style.backgroundColor="#FFFF00";
hptoClickbox.href = 'http://www.jeroenvdb.be'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment