-1

Please take a look at http://michalpodkowa.pl When you hover over thumbnails in last column, images after transition are jumping a bit, especially in firefox. Any ideas how to fix it?

4

1 回答 1

0

Try this:

Add following script at the end of your page.

<script>
    $("#gallery").css("width",parseInt($(window).width())+0.1);
</script>
于 2013-03-30T13:48:55.223 回答