タグ

ブックマーク / www.croppic.net (1)

  • croppic

    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'

    iga_k
    iga_k 2014/08/14
    画像クリップするライブラリ
  • 1