Large image

Hi,

Sometimes the added image and the play area remains very big in view mode, 

even when I reduce the pixels. Like this one https://h5p.org/node/104883

How can I make it smaller?

AK

thomasmars's picture

Hi,
Drag Question will expand to fit within its parent container by default. You can put constraints on the parent container, which then again Drag Question will abide by. For instance if you set 400x200 px dimensions on the parent element of Drag Question it will be contained within that space.

If you're embedding you can write your dimensions directly within the embed code, and exclude the resize script:

<iframe src="https://h5p.org/h5p/embed/104883" style="height: 400px;" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

like I have done here: https://h5p.org/node/105210

Where can I write dimensions when I don't embed?

AK

fnoks's picture

If you are using an URL directly to H5P, you can't. I suggest you edit your image, making it landscape (a bigger width than height).