Code Monkey home page Code Monkey logo

jquery.bighover's Introduction

jquery bighover plugin

jQuery plugin for showing a bigger view of the hovered image. The image will be displayed beside the cursor. For now, the image is displayed to the bottom right of the cursor, but doesn't get out of the screen. The plugin is configurable with two options : width and height of the big size image.

See the demo page : http://philippeauriach.me/project.php?name=bighover

Implemented functionalities

  • possibility of specifying height and width of the zoomed image
  • zoomed image showed on the bottom-right side of the cursor
  • option to choose where the zoomed image is displayed (left, top, right, bottom of the cursor)
  • create the doc, with example

TO-DO

  • automate zoomed image size
  • prevent image for going offscreen

How to use it

In order to make an image “bighoverable”, just add the source of the plugin, link it in your page's header, and then add this little line of code:

$('#myImageID').bighover();

If you want to specify more options, just do like the following (for now you can only pass width and height values, default to 300):

$('#myImageID').bighover({"width":"200", "height":"200"});

You can also specify the position, possible values are: top, top-left, left, bottom-left, bottom, bottom-right, right, right-top. Default to bottom-right. Example:

$('#myImageID').bighover({"position":"top"});

jquery.bighover's People

Contributors

philippeauriach avatar

Watchers

James Cloos avatar Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.