In the theme's `image.php` you'll find:
```
<?php echo gettext('View meta data'); ?>
<?php printImageMetadata(NULL, ''); ?>
```
Simply add a `data-collapsed="false"` attribute to the `div` like this:
```
<?php echo gettext('View meta data'); ?>
<?php printImageMetadata(NULL, ''); ?>
```
More info: http://demos.jquerymobile.com/1.1.2/docs/content/content-collapsible.html