Situator iframe example

by CHRIS ROBBINS

HTML

<div class="container">
//very straight forward iframe. just drop the url with the correct ID's into the SRC attr.
<iframe
class="bsg-iframe"
src="http://localhost:3000/dashboard/agencies/594650907884dd0011d952a2/report_schemas/5947364d0a1020001138de51/reports/59d3f8b334454400129fde6d"></iframe>
</div>

CSS

.container {
  height: 100%;
  width: 100%;
}
.bsg-iframe {
  width: 100%;
  height: 600px;
}