songyinghao / angular-responsive-hotspot-creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angularjs responsive hotspot creator

This directive create hotspots over an image, then you can use the array of hotspots to recreate them with responsive behavior. This was a project that I worked together with a friend in our job. Thanks Lawrence Velasquez

Demo in this link

Dependencies

  • jQuery
  • underscore.js
  • jqueryUI

Instructions:

  • image-src : url image
  • hotspots : array where hotspots will be placed
  • options : options (stil in progress)

html:

 <hotspot-creator image-src="" hotspots="" options=""></hotspot-creator>

About


Languages

Language:JavaScript 67.1%Language:HTML 20.3%Language:CSS 12.7%