Skip to main content

Cavo embedded in and iframe

Learn how to include CAVO into your application

Emily McMakin avatar
Written by Emily McMakin
Updated over 4 years ago

Some of our partners wrap the CAVO application into their user interface. This documentation is sparse, but it's intended for developers who have experience with HTML and iframe concepts. The example HTML below represents a very simple example of you you could include it into a simple web page.

  • min width for iframe is 1400px

  • min height for iframe is 700px

Example

<iframe src="https://staging.cavo.io/" frameborder="0"></iframe>

Did this answer your question?