能不能在设置中添加一项插入图片的默认格式,比如“居中 +67% 缩放”。当复制粘贴一各图片到思源笔记中,不需要每次都手动调整。
设置插入图片的默认格式
相关帖子
-
Sparklehorse • • 2 赞同 • 1 评论
/* 图片默认居中CSS */ .vditor-ir .vditor-ir__node[style=""][data-type="img"], .vditor-ir .vditor-ir__node[data-type="img"]:not([style]) { display: block; text-align: center !important; } .vditor-ir .vditor-ir__node.vditor-ir__node--expand[data-type="img"]:not([style]),.vditor-ir .vditor-ir__node.vditor-ir__node--expand[data-type="img"][style=""] { display: block; text-align: center !important; } /* 图片阴影,亮度 */ img { -webkit-filter: brightness(68%) drop-shadow(8px 8px 0px rgb(0, 0, 0, 0.5)); filter: brightness(68%) drop-shadow(8px 8px 0px rgb(0, 0, 0, 0.5)); border-radius: 10px; padding: 5px 0px; }
直接用 css 其实不太友好,这样图片就不能放入行内了Achuan-2 •
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于