-1

I am create a website for customer sale everything on a picture(2D not 360 degrees), as the following. Could you help me how to add any hotspost and save into database in MVC5. Sorry, my English is bad. Thank you much! Here are example:

enter image description here

enter image description here

Linh
  • 3
  • 3

1 Answers1

0

Hotspot are named imagemap in HTML.
Refer to this documentation https://www.w3schools.com/tags/att_img_usemap.asp

After you have created the definition of you imagemap you can save and load the parameters from DB.
Then you can create the map from Javascript, look at this answer: Dynamically create Image map via javascript

Nicola Biada
  • 2,325
  • 1
  • 8
  • 22