Add the widget to the page by using the below code snippet:
<iframe
id="iframeId"
src="https://www.europeantour.com/data/leaderboard/widgets/en/top10/"
scrolling="no"
style="width: 1px; min-width: 100%; border: 0;"
></iframe>
<script src="https://cdn.jsdelivr.net/npm/iframe-resizer@4.3.8/js/iframeResizer.contentWindow.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/iframe-resizer@4.3.8/js/iframeResizer.min.js"></script>
<script>
iFrameResize({}, '#iframeId');
</script>
Notes:- The src of the iframe should be updated with the specific source for your widget.
- The id of the iframe can be updated but it must also be updated in the initialization script.