- {{foreach $images as $image}}
- {{* The absolute pixel value in the calc() should be mirrored from the .imagegrid-row column-gap value *}}
- {{include file="content/image.tpl"
- image=$image
- allocated_height="calc(`$image.heightRatio * $image.widthRatio / 100`% - 5px / `$column_size`)"
- allocated_width="`$image.widthRatio`%"
- }}
- {{/foreach}}
+
+
+ {{foreach $columns.fc as $img}}
+ {{include file="content/image.tpl" image=$img}}
+ {{/foreach}}
-{{/foreach}}
+
+ {{foreach $columns.sc as $img}}
+ {{include file="content/image.tpl" image=$img}}
+ {{/foreach}}
+
+
\ No newline at end of file
diff --git a/view/theme/frio/scheme/black.css b/view/theme/frio/scheme/black.css
index 561f708a81..debf9d99b3 100644
--- a/view/theme/frio/scheme/black.css
+++ b/view/theme/frio/scheme/black.css
@@ -394,7 +394,3 @@ input[type="text"].tt-input {
textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
border-color: $link_color;
}
-
-figure.img-allocated-height {
- background-color: rgba(255, 255, 255, 0.15);
-}
diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/dark.css
index 434681c558..add36fff10 100644
--- a/view/theme/frio/scheme/dark.css
+++ b/view/theme/frio/scheme/dark.css
@@ -354,7 +354,3 @@ input[type="text"].tt-input {
textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
border-color: $link_color;
}
-
-figure.img-allocated-height {
- background-color: rgba(255, 255, 255, 0.05);
-}