We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23f56f commit e79d582Copy full SHA for e79d582
css/components/elements/_media.scss
@@ -20,6 +20,15 @@ img.contained {
20
width: 100%;
21
}
22
23
+.image-box.image-box__auto-width img
24
+{
25
+ max-width: 100%;
26
+ width: auto;
27
+ margin-left: auto;
28
+ display: block;
29
+ margin-right: auto;
30
+}
31
+
32
// ---------------------------------------------
33
// images
34
.ptx-content img, .ptx-content svg {
0 commit comments