Metadata borders I've edited/made recently. Creds not needed but are appreciated! Cred if they are added to resources though
F2u borders & frames — ♡/rb appreciated
seen from Russia
seen from India

seen from United States

seen from United States
seen from United States

seen from Brazil
seen from China
seen from Australia
seen from Poland
seen from Türkiye
seen from Türkiye
seen from Germany
seen from United States
seen from United States
seen from China
seen from Germany
seen from United States

seen from United States
seen from United States

seen from United States
Metadata borders I've edited/made recently. Creds not needed but are appreciated! Cred if they are added to resources though
F2u borders & frames — ♡/rb appreciated
can u do a tut for sizing borders bc im rlly bad at coding in rentry
This is the code that I usually start out with, and it works most of the time without tweaking much. The thing I still tweak the most though is the CONTAINER_BORDER_IMAGE_OUTSET. I usually set it anywhere from 10px to 20px, and sometimes I will set two values to it if I want the outset to be diff for top+bottom and left+right
I prefer a more like bigger(?) Look to how my border are cut, so I do that by making the slice smaller (15% to 20%) or I make the width bigger (25px to 30px)
There are a lot of ways to playe around with the coding though like down below I set slice to 30% which I think I see a lot of people do idk. But to keep the bigger cut look I like I make the width 30px. I like to keep my widths at 20px to 25px though because of how much my outset is. My outset sometimes clips under the edit button when you save the code and view it normally, so I keep the width a bit smaller and use a smaller or equal slice. But there are a lot of ways to play around with this because it depends a lot on your rentry and what border you're using becuase there are out(?) Borders and in(?) Borders. Basically just play around with CONTAINER_BORDER_IMAGE_SLICE + CONTAINER_BORDER_IMAGE_WIDTH You can also have fun with the repeat options (round, repeat, space, and stretch iirc). I'll leave my code and examples below. I hope this helps Anon! I'm not sure if it's comprehensible or if I'm just yapping BS..
Above big slice big width, below big slice small width
Down below are what I call 'In borders' cause they're facing inwards. I usually have the outset on these a little bigger
CONTAINER_MAX_WIDTH = 300px
CONTAINER_BORDER_IMAGE = Your border image
CONTAINER_BORDER_IMAGE_SLICE = 20%
CONTAINER_BORDER_IMAGE_WIDTH = 25px
CONTAINER_BORDER_IMAGE_OUTSET = 10px
CONTAINER_BORDER_IMAGE_REPEAT = round