Getting Started

Download the latest release and include respondots.min.js.

<script src="{your js directory}/respondots.min.js" />

Initialize a new Respondots object with the root element

new Respondots(document.getElementById('root'));

Note : Canvas will fit the nearest positioned ancestor.

Options

Options can be used as second parameter of Respondots constructor as an object containing any of following properties.