ScrollyeahcenterIfFit option

centerIfFit:false (default)

<div class="scrollyeah" data-centerIfFit="false">
  <!-- Your floats -->
</div>
1
2
3
4

centerIfFit:true

Centers content if width enough.

<div class="scrollyeah" data-centerIfFit="true">
  <!-- Your floats -->
</div>
1
2
3
4



Resize browser to see plugin behavior.