Closed juancarlosfarah closed 6 years ago
By including the following snippet in the HTML that is presented inside the <iframe> components, we have more control over how to style the HTML and do a bunch of other things.
<iframe>
<script> document.domain = 'graasp.eu'; </script>
By including the following snippet in the HTML that is presented inside the
<iframe>
components, we have more control over how to style the HTML and do a bunch of other things.