Searched refs:fit (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | 171 * @param bool $fit true for the no-upscale bounding-box fit (fit=1 URLs) 174 public function getDisplayDimensions($w = 0, $h = 0, $fit = false) argument 182 if (!$fit && $w && $h) return $info->crop($w, $h)->getDimensions(); 183 return $info->resize($w, $h, !$fit)->getDimensions();
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 54 # fit the image into a bounding box of 500x500 pixels 70 # fit into 500x500 but never enlarge a smaller image 76 Similar to resizing, but this time the image will be cropped to fit the new aspect ratio.
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | basic.less | 221 object-fit: cover;
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,s=s.width,o=t.lef…
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | spec.txt | 4955 right enough to fit the list marker (and any indentation on the list
|