All Projects → davidjbradshaw → Image Map Resizer

davidjbradshaw / Image Map Resizer

Licence: mit
Responsive HTML Image Maps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Image Map Resizer

multiple-windows
This project is a chrome extension. It provide to create windows to different sizes and multiple for front-end developers.
Stars: ✭ 16 (-97.58%)
Mutual labels:  resize, responsive
vue-resize-text
A vue directive which automatically resize font size based on element width.
Stars: ✭ 65 (-90.17%)
Mutual labels:  resize, responsive
ember-responsive-image
Automatically generate resized images at build-time, optimized for the responsive web, and using components to render them easily as <picture> elements.
Stars: ✭ 103 (-84.42%)
Mutual labels:  responsive, responsive-images
Magnify
🖼 A jQuery plugin to view images just like in Windows. Browser support IE7+!
Stars: ✭ 177 (-73.22%)
Mutual labels:  jquery, responsive
Fitty
✨ Makes text fit perfectly
Stars: ✭ 3,321 (+402.42%)
Mutual labels:  resize, responsive
just-responsive-images
WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.
Stars: ✭ 47 (-92.89%)
Mutual labels:  responsive, responsive-images
Sitegeist.Kaleidoscope
Responsive Images for Neos CMS
Stars: ✭ 27 (-95.92%)
Mutual labels:  responsive, responsive-images
Gantt Elastic
Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
Stars: ✭ 869 (+31.47%)
Mutual labels:  jquery, responsive
Pro Sidebar Template
Responsive sidebar template based on bootstrap
Stars: ✭ 623 (-5.75%)
Mutual labels:  jquery, responsive
Stickystack.js
A jQuery plugin that creates a stacking effect by sticking panels as they reach the top of the viewport.
Stars: ✭ 287 (-56.58%)
Mutual labels:  jquery, responsive
Jquery Rwdimagemaps
Responsive Image Maps jQuery Plugin
Stars: ✭ 1,511 (+128.59%)
Mutual labels:  jquery, responsive
Jquery.sumoselect
A jQuery Single/Multi Select plugin which can be used on almost any device
Stars: ✭ 527 (-20.27%)
Mutual labels:  jquery, responsive
Imgnotes
Extension of the jQuery imgViewer plugin to add markers and notes to the image
Stars: ✭ 98 (-85.17%)
Mutual labels:  jquery, responsive
angular-image-loader
A simple progressive, responsive, lazy image and video loading library for Angular that detects browser size and loads the appropriate image or video only when the element is in viewport. This package requires @thisissoon/angular-inviewport
Stars: ✭ 21 (-96.82%)
Mutual labels:  responsive, responsive-images
Imgviewer
jQuery plugin to zoom and pan images, even those with a size that is a percentage of their container
Stars: ✭ 50 (-92.44%)
Mutual labels:  jquery, responsive
vue-responsive-text
↔ Vue component that scales its child node in relation to its parent node's width
Stars: ✭ 23 (-96.52%)
Mutual labels:  resize, responsive
Sidr
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Stars: ✭ 2,924 (+342.36%)
Mutual labels:  jquery, responsive
Gulp Responsive
gulp-responsive generates images at different sizes
Stars: ✭ 509 (-23%)
Mutual labels:  responsive, responsive-images
Responsive Tabs
Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
Stars: ✭ 529 (-19.97%)
Mutual labels:  jquery, responsive
Iframe Resizer
Keep same and cross domain iFrames sized to their content with support for window/content resizing, in page links, nesting and multiple iFrames
Stars: ✭ 5,585 (+744.93%)
Mutual labels:  resize

Image Map Resize

npm version license Blazing Donate

This is a simple library that makes HTML Image Maps responsive, so that they automagically stay scaled to the size of the image they are attached to. It detects the window being resized and updates the co-ordinates of the image map accordingly.

This library can be used with or without jQuery.

Native JS Usage

Include the imageMapResizer.min.js script then add the following call to the bottom of your page:

imageMapResize();

Optionally you can pass a CSS selector that returns a collection of map tags, for example 'map.myMap'. Or a direct reference to a map object in the DOM. This function returns an array of map elements that it has been bound to.

jQuery Usage

Include jQuery and the imageMapResizer.min.js script and then add the following call to the bottom of your page:

$('map').imageMapResize();

Or you may want to wrap it in a $(document).ready() function:

$(document).ready(function() {
    $('map').imageMapResize();
});

Example

http://davidjbradshaw.com/imagemap-resizer/example/

WordPress

There is a port of this library to WordPress made by @iankevinmcdonald https://wordpress.org/plugins/add-image-maps/

IE8 Support

Version 1.0 of this project is optimised for IE9 and above. If you still require support for IE8 then please use V0.6.x. Both versions are functionally equivalent.

License

Copyright © 2014-19 David J. Bradshaw - Licensed under the MIT license

NPM

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].