page 5 new
<style>
.page {
width: 420px;
height: 595px;
background-color: white;
border: none;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
padding: 5mm 0 5mm 5mm;
box-sizing: border-box;
}
.photo3 {
width: calc(100% - 10mm);
height: calc(595px - 2 * 10mm);
left: 5mm;
top: 10mm;
position: absolute;
object-fit: cover;
}
.photo-vertical {
width: 168px;
height: 252px;
object-fit: cover;
display: block;
overflow: hidden;
position: absolute;
}
@media (max-width: 767px) {
.page {
width: 100%;
max-width: 420px;
margin: 0 auto 40px;
}
}
</style>
<div class="page">
<a data-lightbox="album" data-title="Photo 3" href="/files/attach/images/2025/05/13/9e6951c0ae1c2dcfdfde24e7880e5f69.jpg">
<img alt="Photo 3" class="photo3" src="/files/attach/images/2025/05/13/9e6951c0ae1c2dcfdfde24e7880e5f69.jpg" />
</a>
<a data-lightbox="album" data-title="Photo 1" href="/files/attach/images/2025/05/13/964c45c07e7c9e0c22077a9c6842a98f.jpg">
<img alt="Photo 1" class="photo-vertical" src="/files/attach/images/2025/05/13/964c45c07e7c9e0c22077a9c6842a98f.jpg" style="right: 0; top: 0;" />
</a>
<a data-lightbox="album" data-title="Photo 2" href="/files/attach/images/2025/05/13/1924fdcee942825449910ea4b4db917c.jpg">
<img alt="Photo 2" class="photo-vertical" src="/files/attach/images/2025/05/13/1924fdcee942825449910ea4b4db917c.jpg" style="left: 0; bottom: 0;" />
</a>
</div>
by eGrida posted May 14, 2025