Skip to content

Commit e994e7b

Browse files
committed
link out screenshots
1 parent 2669fe0 commit e994e7b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ci/template.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@
372372
opacity: 0.5;
373373
}
374374

375+
.screenshot-container a[target="_blank"]::after {
376+
content: none;
377+
}
378+
375379
/* Build Info */
376380
.build-info-grid {
377381
display: flex;
@@ -699,7 +703,9 @@ <h3 class="card-title">
699703

700704
<div class="screenshot-container">
701705
{% if screenshot %}
702-
<img src="{{ tag }}.jpg" alt="Screenshot for {{ tag }}" onerror="this.onerror=null; this.src='404.jpg';">
706+
<a href="{{ tag }}.jpg" target="_blank">
707+
<img src="{{ tag }}.jpg" alt="Screenshot for {{ tag }}" onerror="this.onerror=null; this.src='404.jpg';">
708+
</a>
703709
{% else %}
704710
<div class="no-screenshot">
705711
<i class="fas fa-image"></i>

0 commit comments

Comments
 (0)