Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.120.131
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
league /
glide /
docs /
1.0 /
api /
Delete
Unzip
Name
Size
Permission
Date
Action
adjustments.md
1.21
KB
-rw-r--r--
2020-11-05 09:00
background.md
388
B
-rw-r--r--
2020-11-05 09:00
border.md
1.05
KB
-rw-r--r--
2020-11-05 09:00
colors.md
2.01
KB
-rw-r--r--
2020-11-05 09:00
crop.md
1.71
KB
-rw-r--r--
2020-11-05 09:00
effects.md
1022
B
-rw-r--r--
2020-11-05 09:00
encode.md
729
B
-rw-r--r--
2020-11-05 09:00
flip.md
300
B
-rw-r--r--
2020-11-05 09:00
orientation.md
425
B
-rw-r--r--
2020-11-05 09:00
pixel-density.md
671
B
-rw-r--r--
2020-11-05 09:00
quick-reference.md
2.55
KB
-rw-r--r--
2020-11-05 09:00
relative-dimensions.md
494
B
-rw-r--r--
2020-11-05 09:00
size.md
1.8
KB
-rw-r--r--
2020-11-05 09:00
watermarks.md
4.33
KB
-rw-r--r--
2020-11-05 09:00
Save
Rename
--- layout: default title: Border --- # Border ## Border `border` Add a border to the image. Required format: `width,color,method`. ~~~ html <img src="kayaks.jpg?w=500&border=10,5000,overlay"> ~~~ [](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&border=10,5000,overlay) ### Width Sets the border width in pixels, or using [relative dimensions](api/relative-dimensions/). ### Color Sets the border color. See [colors](api/colors/) for more information on the available color formats. ### Method Sets how the border will be displayed. Available options: - `overlay`: Place border on top of image (default). - `shrink`: Shrink image within border (canvas does not change). - `expand`: Expands canvas to accommodate border. ~~~ html <img src="kayaks.jpg?w=500&border=10,FFCC33,expand"> ~~~ [](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&border=10,FFCC33,expand)