/home/techb158/ileadtechnology.com/vendor/league/glide/docs/1.0/api
NameSizeModeActions
adjustments.md12340644editdlrm
background.md3880644editdlrm
border.md10760644editdlrm
colors.md20540644editdlrm
crop.md17460644editdlrm
effects.md10220644editdlrm
encode.md7290644editdlrm
flip.md3000644editdlrm
orientation.md4250644editdlrm
pixel-density.md6710644editdlrm
quick-reference.md26160644editdlrm
relative-dimensions.md4940644editdlrm
size.md18440644editdlrm
watermarks.md44340644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/league/glide/docs/1.0/api/relative-dimensions.md (494B)
--- layout: default title: Relative dimensions --- # Relative dimensions Relative dimensions allow you to specify a width or height value as a percentage of the main image. This is helpful for features like watermarks and borders. To use a relative dimension, simply provide a percentage as a number (between `0` and `100`), followed by a `w` (width) or `h` (height). For example, `5w` represents 5% of the width of the main image. ~~~ html ~~~