You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Custom Formatting Features.md - change float to grid
Heading `[[Custom Formatting Features.md#Callout Sizing]]` - the callout set to float right beside table renders poorly on mobile. Placed both the table and callout in a `[!even_columns]` grid callout so they display side-by-side on desktop, and stack vertically on mobile.
Image adjustments from SIRvb's Image Adjustments CSS snippet are incorporated into MMW. Some examples of how it can be used include:
14
+
Image adjustments from [SIRvb's Image Adjustments](https://publish.obsidian.md/slrvb-docs/ITS+Theme/Image+Adjustments) CSS snippet are incorporated into MMW. Some examples of how it can be used include:
15
15
- resizing images
16
16
- displaying images as a banner across the page or across a callout
17
17
- image-warp (using the CSS 'float' property), allowing text and other content to wrap around an image.
@@ -93,22 +93,42 @@ MMW borrows a large number of [Callout Adjustments](https://publish.obsidian.md/
93
93
94
94
### Callout Sizing
95
95
96
-
> [!note|right ws-med clear] Add `|static` to use fixed sizing with pixels
97
-
>
98
-
> Callout sizing uses percentages by default, `|static` switches to pixels to use static sizing.
99
-
100
-
|Attributes|Callout Width `%`|Callout Width `px`|
101
-
|---|:-:|:-:|
102
-
|`wmicro`|10%|50px|
103
-
|`wtiny`|20%|100px|
104
-
|`wsmall`|30%|200px|
105
-
|`ws-med`|40%|300px|
106
-
|`wm-sm`|50%|400px|
107
-
|`wmed`|60%|500px|
108
-
|`wm-tl`|80%|600px|
109
-
|`wtall`|95%|700px|
110
-
|`wfull`|100%||
111
-
|`wfit`|Auto|Auto|
96
+
Callouts can be resized using the keywords below.
97
+
98
+
The sizing is a percentage, relative to the callout's parent. Using `|wmed` as an example:
99
+
100
+
- if placed directly in the page body, it would take up 60% page-width.
101
+
- if nested within another callout, it would only take up 60% of the 'parent' callout's width.
102
+
103
+
Sizing can be made to use pixels instead of percentage by adding `|static`.
0 commit comments