href albums album pk photos next img id img src photo image url alt ph

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<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>