Template:Templates/head
From 2014.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
- | + | <script type="text/javascript"> | |
$(document).ready(function() { | $(document).ready(function() { | ||
resizeBg(); | resizeBg(); | ||
Line 27: | Line 27: | ||
function resizeBg(){ | function resizeBg(){ | ||
var splash = $('#splash-wrapper'); | var splash = $('#splash-wrapper'); | ||
- | splash.height(Math.floor(splash.width() / 1.6)); | + | if(splash.width <= 1040) { |
+ | splash.height(Math.floor(splash.width() / 1.6)); | ||
+ | } | ||
+ | |||
} | } | ||
- | </script | + | </script> |
Revision as of 18:32, 17 October 2014