JQuery image scaling plug-in-smartZoom, jquery-smartzoom

Source: Internet
Author: User

JQuery image scaling plug-in-smartZoom, jquery-smartzoom

E-smart-zoom-jquery.js plug-in, and example: https://github.com/e-smartdev/smartJQueryZoom

Plug-in description: hover the mouse over the image and scroll the scroll wheel to zoom in or out the image.

Use smartZoom

For example, run the following code:

<!DOCTYPE html>

You can directly use the smartZoom method on the img object.

View results:

Zoom

Perfect, Which is used successfully.

However, many people may encounter the problem of using the smartZoom Image Location offset. The effect is as follows:

The border is missing. You can see the following code:

It turned out to be top and left. In this caseKey IssuesA div container is nested outside the img image. As follows:

<div class="imgDiv">           </div>

In this case, the location offset problem can be solved.

Other APIs:

// You can set top, left, and other parameters to specify the initial image parameters; $ (". imgCon img "). smartZoom ({'left': '50px '}) // cancel the zoom by inputting 'deststroy'. $ (". imgCon img "). smartZoom ('deststroy ')

 

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.