Js + jquery image cropping _ jquery

Source: Internet
Author: User
This article mainly introduces how to use js + jquery to crop images and all the sample code. The idea is very good. We recommend this article to our friends who need it. Now we have a personal portrait upload function when using the personal centers of various websites. After uploading a personal photo, the user may not meet the requirements of the website. Therefore, the user is required to crop the photo and generate an avatar based on the size of the cropped image. This feature is amazing. It was amazing when I didn't understand js. I thought it would be nice if I could understand the technology ~ Do you have the same idea ~ Haha ~~

Next we will use javascript to implement this function.

The Code is as follows:






Clip




Usage


$ ("# Container"). clip ({
ImgC: $ ("# imgC "),
BlockClass: "block ",
TipsClass: "tips"
});


ImgC: Specifies the image cropping container, that is, the image on the right.


BlockClass: block style name, that is, the slider style that can be dragged on the page, because it is afraid to duplicate the name with the style on other pages. The default value is block.


TipsClass: The style name of tips, that is, the style name of the span with left width height top displayed on the page. The default name is tips.












Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.