mirror of
https://github.com/pinry/pinry.git
synced 2026-01-22 23:32:29 +01:00
Feature: Use original-image url instead in light-box
Also add css to restrict original-image size
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
}
|
||||
|
||||
.lightbox-wrapper img {
|
||||
max-width: 600px;
|
||||
display: none;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="lightbox-background">
|
||||
<div class="lightbox-wrapper">
|
||||
<div class="lightbox-image-wrapper">
|
||||
<img class="lightbox-image" src="{{image.standard.image}}" />
|
||||
<img class="lightbox-image" src="{{image.image}}" />
|
||||
</div>
|
||||
<div class="lightbox-data clearfix">
|
||||
{{#if description}}
|
||||
|
||||
Reference in New Issue
Block a user