Inserting media

In Banno Content, you can insert media on a page.

  1. Place your cursor where you would like the media placed.
  2. In the Insert (+) drop-down menu, select Media.
  3. Complete the fields for the media.
    • General: enter source (URL) and dimensions. Can also constrain proportions, if adjusting dimensions.
    • Embed: enter the HTML embed code for the video, found directly from the source.
    • Advanced: set fallback options.
      • Alternative source: a different version of the same media, in case the end user's browser does not support the original source given.
      • Poster: an image to display before the video is played, if not wanting to use the video itself.
    Tip:

    For best results and compliance with ADA, add a title attribute to your media. To add the title= attribute to the source code for embedded videos:

    1. After adding a video to a page, select the gear icon in the Editor tool bar.
    2. Select < > Source code in the drop-down menu.
    3. In the HTML view, add a [titlename] value after the title= in the iframe section of the code.