Frequently Asked Questions (FAQ)

Could I hide toolbar and status bar?

Yes, you could hide toolbar and status bar by appending following CSS snippet at your integration side:

.toolbar
{
    display: none;
}
.status-panel {
    display: none;
}