Skip to content

Commit

Permalink
Download blocker for thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbuchanan committed Sep 4, 2015
1 parent 39d760c commit caadc65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions thumbnail-download-blocker.html
@@ -0,0 +1,7 @@
<!-- Download Bloacker for Thumbnails -->
<style>.thumbs a { position: relative; }</style>
<script>
$(document).ready(function() {
$('.thumbs img').after('<img class="blocker" src="/images/blank.png" alt="" style="position:absolute;top:0;left:0;width:100%;height:100%">');
});
</script>

0 comments on commit caadc65

Please sign in to comment.