<a href="/albums/{{ album.pk }}/photos/{{ next }}/">
<img id="img"
src="{{ photo.image.url }}"
alt="{{ photo.alt }}"
title="{{ photo.name }}"
width=""
height=""/>
<script type="text/javascript">
uber(
{{ photo.image.width }},
{{ photo.image.height }},
{{ resize.w }},
{{ resize.h }},
"img"
);
</script>
</a>