]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/photo_album.tpl
aspect ratio fixes for photos in testbubble theme
[friendica.git] / view / theme / testbubble / photo_album.tpl
diff --git a/view/theme/testbubble/photo_album.tpl b/view/theme/testbubble/photo_album.tpl
new file mode 100644 (file)
index 0000000..a0e3f46
--- /dev/null
@@ -0,0 +1,8 @@
+<div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id">
+       <a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle">
+               <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe  resize" id="photo-album-photo-$id" />
+       </div>
+               <p class='caption'>$desc</p>            
+       </a>
+       </div>
+<div class="photo-album-image-wrapper-end"></div>