I need to insert this javascript widget on my website. The fact is if I insert this script on the website, the height is too big and there is a lot of "wasted" space. I was wondering if I could resize it to an height of 215px.
I have tried to include it in a div or iframe, but my attempts were unsuccessful. Is there a quick way to do it?
Thanks
<script src="https://next.fatsoma.com/widgets/scripts/events.js" data-reference="1b98e59f-5e65-42ef-bf8c-e2c389ebbb54"></script>
Fixed it for you, Wrap it inside a div, specify a height and set overflow: hidden;
JSFiddle demo