Team:KIT-Kyoto/Test

From 2014.igem.org

(Difference between revisions)
Line 164: Line 164:
var topimg = function(){
var topimg = function(){
var w = $("#container").width();
var w = $("#container").width();
-
$(".timg").css({width:w});
+
$(".timg,.timg a img").css({width:w});
var imgh = $('.show img').height();
var imgh = $('.show img').height();
$(".timg").css({height:imgh});
$(".timg").css({height:imgh});

Revision as of 16:47, 10 October 2014


kit