IAS Drupal 7 Sites Documentation

Managing Media

Not all sites are equipped with media features.

Adding Media in Fields

browse

Adding Media in the WYSIWYG Editor

embed

embed

image options

Note: in order to edit the media attributes listed above later, select the media in the WYSIWYG editor then click the “Add Media” button.

Cropping Images

image edit

image focal point

image preview

Embedding NJEdge Video (special case)

Use the Full HTML format to embed. Surround the iframe tag with a div with class “njedge-video”. Below is an example:

<div class="njedge-video">
  <iframe frameborder="0" src="//live.njvid.net/ias/resp.php"></iframe>
 </div>

Note: iframe embedding may not work depending on the source site’s same-origin policy.