INITIALISATION Simplest implementation. Beware that you must provide width and height of the container. JS var cropperHeader = new Croppic('yourId'); HTML <div id="yourId"></div> CSS #yourId { width: 200px; height: 150px; position:relative; /* or fixed or absolute */ } UPLOAD URL Path to your img upload proccessing file. JS var cropperOptions = { uploadUrl:'path_to_your_image_proccessing_file.php'