Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
Line 165: | Line 165: | ||
var w = $("#container").width(); | var w = $("#container").width(); | ||
$(".timg").css({width:w}); | $(".timg").css({width:w}); | ||
+ | var imgh = $('.show img').height(); | ||
+ | $(".timg").css({height:imgh}); | ||
+ | } | ||
} | } | ||
$(function(){ | $(function(){ |
Revision as of 16:45, 10 October 2014