Question: how can i display the same image multiple times on different places based on a json file that contains an array with the x, y

how can i display the same image multiple times on different places based on a json file that contains an array with the x, y coordinates( left,top) using ajax, with javascript

//Data provided is the json file with coordinates, and the image can be any image.

coordinates.js // json file

[[200, 48], [32, 41], [23, 43], [28, 39]]

////////////////////////////////////////

Go

///////////////////////////////////

//css file

.displayimage{ width: 50px; position: absolute; top: 90; left: 90; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!