crossword size (in moodle)

Hello, I'm trying to create an H5P crossword puzzle in Moodle. The problem is that nowhere do I see how to set the size of a single cell or an entire crossword puzzle, table. The result is a huge crossword puzzle and I have to scroll to complete it. How can I fix this, please?

Attachments: 
otacke's picture

Hi JohnyCage!

All H5P content types always use the full available width, so does Crossword. One thing you could do is put the H5P content into a div container with a fixed width. This is a general tip, and you can find explanations on the forum and on the web.

You could also override the stylesheet and set a maximum width for a cell (this might in fact be a sensible extra setting for Crossword, too). There's documentation on that here on h5p.test.schulcloud-thueringen.de.

Both may not be necessary however, because as you add more words, the dimensions of the crossword will grow and the cells shrink in size.

Best,

Oliver