Owl Carousel 2 bug report
by witrin
HTML
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.carousel.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.lazyload.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.autoheight.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.video.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.animate.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.autoplay.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.navigation.js"></script>
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.hash.js"></script>
<link rel="stylesheet" href="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/css/owl.carousel.css">
<link rel="stylesheet" href="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/css/owl.lazyload.css">
<link rel="stylesheet" href="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/css/owl.animate.css">
<link rel="stylesheet" href="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/css/owl.autoheight.css">
<script src="https://rawgit.com/OwlFonk/OwlCarousel2/develop/src/js/owl.support.js"></script>
<!-- Follow these instructions, please! -->
<h1>Owl Carousel 2 bug report?</h1>
<p>Have a bug report to share with us? No problem! <strong>Fork this template</strong> to reproduce an isolated test case so we can more easily identify the problem and hopefully find a fix. Be sure to read the <a href="https://github.com/OwlFonk/OwlCarousel2/tree/develop#bug-reports">bug report guidelines</a> for maximum effectiveness.</p>
<p>Once you're set, replace the contents of this page and share the link with us in a <a href="https://github.com/OwlFonk/OwlCarousel2/issues/new">new issue</a>.</p>
<p>Thanks!</p>
<div class="owl-carousel">
<div class="item">
<img src="http://placehold.it/350x150&text=1" />
</div>
...
JavaScript
$(function () {
$('.owl-carousel').owlCarousel({
center: true,
margin: 10,
loop: true,
autoWidth: true,
items: 3
});
});