Javascript Widget - Owens Corning

Take a look at this…
https://jsfiddle.net/russian_dima/4fLkcb0a/2/

Like Chris suggested you already…

…you can also add it as a Wix HTML Component on a page, and made it stretch full width…

This is how it should look like in your html-component…
Add some more html-code, to get it complete…

<html>
	<head><title>MyTitleHere</title>
		<script>
			//your JAVA-SCRIPT from OwensCorning here.....
		</script>
	</head>

	<body>
		//put in here the html-data......
	</body>
</html>

Done!