Skip to content

Instantly share code, notes, and snippets.

@blaurt
Created April 20, 2020 06:55
Show Gist options
  • Save blaurt/3b945651b91644126be9909f5a2f44d2 to your computer and use it in GitHub Desktop.
Save blaurt/3b945651b91644126be9909f5a2f44d2 to your computer and use it in GitHub Desktop.
map & pointer containers
const pointersContainer = document.querySelector("#pointers-container");
const mapImage = document.querySelector(".map img");
const mapWidth = mapImage.clientWidth;
const mapHeight = mapImage.clientHeight;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment