Single Image Page Style
This commit is contained in:
parent
fb1dfc4358
commit
48c37fa1e6
2 changed files with 4 additions and 9 deletions
|
@ -114,13 +114,10 @@ body {
|
|||
grid-template-rows: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.content-single .single-image {
|
||||
grid-column: 1 / 4;
|
||||
grid-row: 1 / 3;
|
||||
}
|
||||
|
||||
.content-single .single-image img {
|
||||
.content-single img {
|
||||
object-fit: contain;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
grid-column: 1 / 4;
|
||||
grid-row: 1 / 3;
|
||||
}
|
||||
|
|
|
@ -6,9 +6,7 @@
|
|||
|
||||
<div class="container">
|
||||
<div class="content-single">
|
||||
<div class="single-image">
|
||||
<img src="{{ $imageurl }}" title="{{ $page }}/{{ $last_page }}" />
|
||||
</div>
|
||||
<img src="{{ $imageurl }}" title="{{ $page }}/{{ $last_page }}" />
|
||||
<a id="link-prev" href="/index.php?d={{ $dir }}&p={{ $prev_page }}&s=1&gs={{ $gallery_slice }}{{ $filter }}">
|
||||
<div class="clickable clickable-left"></div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue