You are here

function oembed_file_insert in oEmbed 7.0

Implements hook_file_insert().

File

./oembed.file.inc, line 94

Code

function oembed_file_insert($file) {
  oembed_image_dimensions($file, TRUE);
}