You are here

function oembed_file_update in oEmbed 7.0

Implements hook_file_insert().

File

./oembed.file.inc, line 101

Code

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