summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--galerie.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/galerie.html b/galerie.html
index 19bbc96..4028f01 100644
--- a/galerie.html
+++ b/galerie.html
@@ -4,7 +4,8 @@
<div class="photo">
<a href="images/photos/PierreVaillant2.jpg"
target="_blank">
- <img src="images/photos/PierreVaillant2.jpg">
+ <img src="images/photos/PierreVaillant2.jpg"
+ style="object-position: center bottom">
</a>
<p class="credits"><span class="name">Pierre Vaillant</span></p>
</div>
@@ -25,7 +26,8 @@
<div class="photo">
<a href="images/photos/PierreVaillant3.jpg"
target="_blank">
- <img src="images/photos/PierreVaillant3.jpg">
+ <img src="images/photos/PierreVaillant3.jpg"
+ style="object-position: 20% center">
</a>
<p class="credits"><span class="name">Pierre Vaillant</span></p>
</div>