We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2669fe0 commit e994e7bCopy full SHA for e994e7b
1 file changed
ci/template.html
@@ -372,6 +372,10 @@
372
opacity: 0.5;
373
}
374
375
+ .screenshot-container a[target="_blank"]::after {
376
+ content: none;
377
+ }
378
+
379
/* Build Info */
380
.build-info-grid {
381
display: flex;
@@ -699,7 +703,9 @@ <h3 class="card-title">
699
703
700
704
<div class="screenshot-container">
701
705
{% 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>
709
{% else %}
710
<div class="no-screenshot">
711
<i class="fas fa-image"></i>
0 commit comments