-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix size of 'pieces', no border #202
Comments
Rethinking this, the zone definitions are specified in terms of width, height, x and y in the pixels of the background image. I'd like to be able to set exactly the same parameters for the items: their width and height in pixels of the original image, and the x and y locations of their upper left corners. |
Seems like the ability to set item size was included in the previous version, but removed to improve mobile compatibility: but that it's still there somewhere: Is the solution to just use the old style drag-and-drop? |
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:
and have pieces to fill in:
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.
The text was updated successfully, but these errors were encountered: