Any suggestions are welcome. https://forum.remnote.io/c/developers-api/9
All you need to do is just guess how long the front-side width size is, and then tag to each Answer Part of the Card (each rem Individually)
w120
→ Front width 120pxw150
→ Front width 150pxw180
→ Front width 180pxw210
→ Front width 210pxw240
→ Front width 240pxw270
→ Front width 270pxw300
→ Front width 300pxw330
→ Front width 330pxw360
→ Front width 360pxw390
→ Front width 390pxw420
→ Front width 420pxw450
→ Front width 450pxw480
→ Front width 480px
All you need to do is just guess how much size is fit for a card and then set the width of a Front Card by tagging
w120
→ Front width 120pxw150
→ Front width 150pxw180
→ Front width 180pxw210
→ Front width 210pxw240
→ Front width 240pxw270
→ Front width 270pxw300
→ Front width 300pxw330
→ Front width 330pxw360
→ Front width 360pxw390
→ Front width 390pxw420
→ Front width 420pxw450
→ Front width 450pxw480
→ Front width 480px
Using this snippet, You can make any image to Thumbnail especially in RemNote Sidebar or Document Title!
All you need to do is just copy & paste your image.
It is Optimized for fixed pixel so I recommend you to use
- header-1 size to 32px
- header-2 size to 24px
- header-3 size to 18px
- normal rem-text to 16px → You have to Tag Thumbnail for normal rem-text
or Customize on your tastes!
If you find some bugs or something to improve, please let me know!
I thought this thread could be hard for so called RemNote newbies. So I made easier one. Try these steps one by one.
-
Adding image url, Naming the tag
-
Tagging to the Rem-title
-
Adjust
background-size
on your tastes
- ➊ background-size: 100% 100%; ➞ Full responsive but the image can be ugly.
- ➋ background-size: contain; ➞ Height fixed, Responsive to width but some margins can be made.
- ➌ background-size: cover; ➞ I don’t care about the cover image cropped.
Hope new revamped big update version could be more intuitive. 🙂