You are here

function theme_emimage_default in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.theme.inc \theme_emimage_default()
  2. 6 contrib/emimage/emimage.theme.inc \theme_emimage_default()

Format the image using the Default (Full Image) preset.

File

contrib/emimage/emimage.theme.inc, line 121
Theme functions for Embedded Media Image

Code

function theme_emimage_default($field, $item, $formatter, $node, $options = array()) {
  return theme('emimage_image_full', $field, $item, $formatter, $node, $options);
}