Skip to content
Snippets Groups Projects
Commit 32256c5a authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix image sizing

parent 683df337
No related branches found
No related tags found
2 merge requests!910Release,!909Minor improvements & fixes
...@@ -1264,4 +1264,8 @@ img.full-width { ...@@ -1264,4 +1264,8 @@ img.full-width {
-o-object-fit: contain -o-object-fit: contain
} }
.h-max {
height: max-content;
}
/* END TailwindCSS-based image formatting */ /* END TailwindCSS-based image formatting */
...@@ -4,7 +4,7 @@ register_image_format( ...@@ -4,7 +4,7 @@ register_image_format(
Format( Format(
"tailwind_center_800", "tailwind_center_800",
"šablona: Uprostřed (max 800px)", "šablona: Uprostřed (max 800px)",
"w-full mx-auto my-6 object-contain", "w-full mx-auto my-6 object-contain h-max",
"max-800x800", "max-800x800",
) )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment