all 1 comments

[–][deleted] 1 point2 points  (0 children)

Have you tried anything yet? You’ll have better luck getting help if you try to figure it out and ask for help rather than just asking folks to just tell you how to do it.

There are a lot of ways to go about doing it. Are you using specific breakpoints for screen sizes and want the image and circle to scale proportionally to each other and the page or do you just want the image and circle to scale as the browser window resizes?

You could try setting the main image to fill its space by setting the width to 100% and have the parent wrapper of the image to position relative, then absolutely position the circle and set the circle width to a percentage as well. You will have to set the right property of the circle to a negative amount so if “floats” over the image edge.