Image cropping with jquery

后端 未结 3 522

I\'m looking to have users upload an image and then it will be cropped to a set size. What I\'d like to have happen is essentially a div that\'s set to the specific crop size an

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-27 14:11

    You don't really need a plugin for that. This can be done by vanilla jQuery and CSS by setting the background-position value.

提交回复
热议问题