Camera icon indicating copy to clipboard operation
Camera copied to clipboard

Thumbnails may not position correctly under jQuery 1.8

Open 58bits opened this issue 12 years ago • 0 comments

See this...

http://bugs.jquery.com/ticket/12232

Setting all of the outerWidth/outerHeight calls to 'true' solves the problem.

var wTh = $('.camera_thumb',this).outerWidth(true), hTh = $('.camera_thumb',this).outerHeight(true), wTt = $(this).outerWidth(true);

58bits avatar Mar 16 '13 19:03 58bits