Using Image Juxtaposition change size

Hello,

i have a problem and don't find a solution.

I used a shortcode in Elementor for Wordpress to show my created Image Juxtaposition Images!

Everythink fine so far, but now i want to change the size of the created h5p Images.

i try to upload only small images but it doenst work...it always shows the final IMAGE in at least  1000x1000.

 

I hope someone can help me!

Attachments: 
otacke's picture

Hi!

This is not specific to Image Juxtaposition. H5P content always uses the full width that it is given by the host system (WordPress in your case). You'd have to either create some special CSS in your theme that limits the width of (some) H5P content types or you'd have to do this by wrapping the shortcode is some extra div container via the HTML edit options, e.g.

<div style="width: 50%;“>
[H5P id="your id"]
</div>

Best,

Oliver 

Thanks a lot!

so easy :-) THANK YOU!

otacke's picture

You're welcome! I think. most people think this is complicated, and there are plans to make this simpler.