Situator iframe example

by CHRIS ROBBINS

HTML

<div class="container">


<!-- in the src attribute of the iframe tag, paste in the following url with the correct URI ENCODED USERNAME and URI ENCODED PASSWORD

Chat-Path: 
https://shielded-falls-69867.herokuapp.com/dashboard/agencies/:agencyId/report_schemas/:reportSchemaId/reports/:reportId/chats?username=<UriEncodedUsername>&password=<UriEncodedAPassword>

Notes-Path:
https://shielded-falls-69867.herokuapp.com/dashboard/agencies/:agencyId/report_schemas/:reportSchemaId/reports/:reportId/notes?username=<UriEncodedUsername>&password=<UriEncodedAPassword>
-->
<iframe
class="bsg-iframe"
src="https://shielded-falls-69867.herokuapp.com/dashboard/agencies/594650907884dd0011d952a2/report_schemas/5947364d0a1020001138de51/reports/59d3f8b334454400129fde6d/[email protected]&password=chris123%23"></iframe>
</div>

CSS

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