(Created page with "(function () { $(function () { $(".slider").slider({ indicators: false }); }) }());") |
|||
Line 2: | Line 2: | ||
$(function () { | $(function () { | ||
$(".slider").slider({ | $(".slider").slider({ | ||
− | indicators: false | + | indicators: false, |
+ | height: 500 | ||
}); | }); | ||
}) | }) | ||
}()); | }()); |
Revision as of 00:37, 2 November 2017
(function () {
$(function () { $(".slider").slider({ indicators: false, height: 500 }); })
}());