Please make that the H5P elements are displayed completely, without scrolling in the PWA:
https://drive.google.com/file/d/1In3Kezse4NvdTRkXA1eksBgJsBOyJWl3/view?usp=sharing
Details in the next post.
This reply has been marked as private.
please try adding this custom css :
.wplms_iframe_wrapper { position: relative; padding-bottom: 70% !important; /* 16:9 */ height: 0; } .wplms_iframe_wrapper iframe { position: absolute !important; top: 0!important; left: 0!important; width: 100%!important; min-height: 700px!important; height: 100%!important; }
Very good! Thank you! You can close this topic.
thanks for your confirmation