Config/Obsidian: Add fullwidth images snippet
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
img[alt*="center"] {
|
||||
.center-images img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
4
config/obsidian/css_snippets/fullwidth_image.css
Normal file
4
config/obsidian/css_snippets/fullwidth_image.css
Normal file
@ -0,0 +1,4 @@
|
||||
.fullwidth-images img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user