scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

Spinner not working #132

Open pensierinmusica opened 8 years ago

pensierinmusica commented 8 years ago

Hi,

Thanks for developing this nice plugin! I'm trying to configure it to display the spinner on image loading, as described in the docs.

/* Show load indicator when image is being loaded */
.cropit-image-preview.cropit-image-loading .spinner {
  opacity: 1;
}

It doesn't seem to be working though. Is the plugin automatically injecting the needed CSS?

Otherwise maybe we could make the docs a bit more explicit about how to handle these customisations.

Thanks, cheers!

glebdv commented 6 years ago

I second pensierinmusica :) Amazing plugin. The more I work with it, the more I love it. The customizability is amazing. I did not, however, figure out how to make the spinner work :') any help?