test

Javascript code posted
created at 05 Aug 16:03, updated at 05 Aug 16:04

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$(document).ready( function(){
                  $(".fotorama").each(function(index,value){
                    $(this).attr("data-nav", "thumbs");
                    $(this).attr("data-width", "700");
                    $(this).attr("data-ratio", "700/467");
                    $(this).attr("data-max-width", "700px");
                    $(this).attr("data-allowfullscreen", "true");
                  });

                  $(".remark .fotorama").each(function(index,value){
                    $(this).attr("data-width", "150");
                    $(this).attr("data-max-width", "150px");
                  });
                });
651 Bytes in 3 ms with coderay