Please could you let me know the potentially best method with my limited coding experience. I was thinking of initially bringing in very small SVG or series of dots repeating them into a background (Tiling) them. Would this way be recommended?
I created this demo using the image element. You can’t add a background to the image element so you need a couple of more elements. This will also enable you to add interactions specific to the dots. Note the position settings for each element for your learning.
You could do this with a div with both the image and dots as background images on that div. I prefer the demo method.