image-map-resizer

响应式HTML图像地图。(Responsive HTML Image Maps)

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者davidjbradshaw/image-map-resizer
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台Web browsers
許可證MIT License
所有者活动
創建於2014-02-17 12:10:59
推送於2023-09-16 09:35:34
最后一次提交2023-09-16 10:35:33
發布數37
最新版本名稱v1.0.10 (發布於 2019-04-10 11:34:35)
第一版名稱v0.1.0 (發布於 2014-02-17 15:42:46)
用户参与
星數820
關注者數36
派生數223
提交數168
已啟用問題?
問題數77
打開的問題數13
拉請求數12
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?