I don't know, that this problem is on my server, but loading EXIF info take long time.

And I have another question - It's possible to add exif information above the picture in normal view? Like exif module with image module.

Comments

nathaniel’s picture

Status: Active » Closed (fixed)

@see function _photos_down_exif($filepath, $fid, $clear = 0) in photos.down.inc.

<?php
module_load_include('inc', 'photos', 'inc/photos.down');
print _photos_down_exif($filepath, $fid);
?>