Team:Buenos Aires/Pruebas
From 2013.igem.org
(Difference between revisions)
Line 328: | Line 328: | ||
/* makes an image "fullscreen" and centered */ | /* makes an image "fullscreen" and centered */ | ||
adjustImageSize = function($img) { | adjustImageSize = function($img) { | ||
- | var w_w = $("# | + | var w_w = $("#globalWrapper").width(), |
- | w_h = $("# | + | w_h = $("#globalWrapper").height(), |
r_w = w_h / w_w, | r_w = w_h / w_w, | ||
i_w = $img.width(), | i_w = $img.width(), |
Revision as of 01:09, 23 May 2013
<!DOCTYPE html>