Skip to content

Commit

Permalink
fix the bug on resizing the viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
alicelieutier committed Mar 27, 2013
1 parent f4fe3ca commit 9c04cec
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,6 @@ <h1>Swipe 2</h1>
<div><b>2</b></div>
<div><b>3</b></div>
<div><b>4</b></div>
<div><b>5</b></div>
<div><b>6</b></div>
<div><b>7</b></div>
<div><b>8</b></div>
<div><b>9</b></div>
<div><b>10</b></div>
<div><b>11</b></div>
<div><b>12</b></div>
<div><b>13</b></div>
<div><b>14</b></div>
<div><b>15</b></div>
<div><b>16</b></div>
<div><b>17</b></div>
<div><b>18</b></div>
<div><b>19</b></div>
<div><b>20</b></div>
</div>
</div>

Expand All @@ -73,7 +57,7 @@ <h1>Swipe 2</h1>



<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> -->
<script src='swipe.js'></script>
<script>

Expand All @@ -83,7 +67,7 @@ <h1>Swipe 2</h1>
// startSlide: 4,
// auto: 3000,
// continuous: true,
// circular: false,
circular: true
// disableScroll: true,
// stopPropagation: true,
// callback: function(index, element) {},
Expand Down

0 comments on commit 9c04cec

Please sign in to comment.