-
Notifications
You must be signed in to change notification settings - Fork 71
Description
I'm creating a question in which students assemble a puzzle by putting components into the correct place on the background image. To be precise, they see this background image:
etc...
such that the final result should look like this:

I can create zones that match the locations for the pieces with no problems:

and I can set the percentage width that the pieces should take up in the image, but the pieces are given a blue border that I can't remove, such that the 'puzzle' looks like:
This could be fixed by removing the border on images, or allowing it's width to be set to 0. Is there a way I can do this?
It would be nice, although isn't strictly necessary, to specify that the pieces merely use the same resolution as the background image, as this would size them appropriately without having to do the percentage adjustment.



