Questions tagged [cropit]

Use this tag for questions related to corpit jQuery plugin.

A "customizable crop and zoom" jQuery plugin. http://scottcheng.github.io/cropit/

Built on top of Yufei Liu's Image Editor.

11 questions
7
votes
1 answer

using blob or base64 which is more efficient for uploading

we are using cropit for cropping image at client side then uploading base64 string to server , but some time for large images it crashes mobile browsers with low ram , is it good idea to convert base64 to blob [Creating a BLOB from a Base64 string…
Alex
  • 101
  • 1
  • 12
6
votes
0 answers

Exporting multiple images using cropit plugin

I'm using cropit plugin, it's working perfectly but does anybody know how to put multiple image previews and export them correctly without doing multiple functions? Here is the demo for the plugin, and here is the…
jessica
  • 485
  • 1
  • 9
  • 25
2
votes
1 answer

Cannot zoom small image in cropit.js

After reading the documentation, I still didn't found the solution on how can I resize the image even if the image is small. But it is working on big images, but then again it is not working on small images. Please see my code…
Blues Clues
  • 1,694
  • 3
  • 31
  • 72
1
vote
0 answers

Part of Image Missing From Data URL

Backstory to the below issue: I'm using the jQuery plugin Cropit to produce an image which I get in data URL form (the user uploads an image and Cropit allows them to manipulate it, when the user is happy, Cropit exports the final image). This…
Pippa Rose Smith
  • 1,377
  • 5
  • 18
  • 42
1
vote
1 answer

Plugin not working with JQuery-3.1.0

I am trying to create an image cropper using cropit plugin cropit
printfjoby
  • 78
  • 2
  • 10
1
vote
1 answer

cropit jQuery plugin - How to set up a custom drop zone?

I'm using cropit - a "customizable crop and zoom" jQuery plugin. The following code is the HTML structure used by cropit. And by default, users can drag and drop images onto .cropit-preview-image-container. My question is that how can I set up a…
Trantor Liu
  • 8,770
  • 8
  • 44
  • 64
0
votes
0 answers

How to get image url from cropit image cropper library?

In image cropping library "cropit" everything works fine except it does not gives the valid cropped image url.The resulting url id invalid when I try to open it in browser. Even in the official doc example it opens invalid url. How to get correct…
karthi keyan
  • 1
  • 1
  • 4
0
votes
1 answer

Cropit get image src

I am using cropit and I want to preview the cropped image in a modal. How do I get the src url of the cropped image I copied the some parts of the basic html code for this plugin HTML
Reub
  • 121
  • 2
  • 13
0
votes
1 answer

Can we use Cropit with Angular 5?

Can I use Cropit plugin with Angular 5? http://scottcheng.github.io/cropit/
Quest
  • 444
  • 1
  • 6
  • 18
0
votes
0 answers

in laravel is it possible to use cropit with ajax when i have two blade templates and both use ajax and cropit to read and save the image

in laravel i have two blade templates, and i read and show them using ajax in two bootstrap modals , i have cropit.js to crop images and save them one for edit user and one for insert user , however , i can not enclude both of my templates , one is…
Resolute
  • 9
  • 5
0
votes
1 answer

How to upload serialized image data in jquery/php?

I'm trying to crop then upload images using http://scottcheng.github.io/cropit/ extension in OpenCart 3. But I don't know how to upload serialized image data. Here is the HTML part of the code which actually is the code of Cropit extension:
Kardo
  • 1,658
  • 4
  • 32
  • 52