Skip to content

Commit fad2cde

Browse files
committed
docs: add spaces
1 parent c691ecb commit fad2cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/libraries/images.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ previous results:
6969
.. literalinclude:: images/004.php
7070

7171
This example would take the same image and first fix any mobile phone orientation issues,
72-
rotate the image by 90 degrees, and then crop the result into a 100x100 pixel image,
72+
rotate the image by 90 degrees, and then crop the result into a 100 x 100 pixel image,
7373
starting at the top left corner. The result would be saved as the thumbnail.
7474

7575
.. note:: In order for the image class to be allowed to do any
@@ -136,7 +136,7 @@ thumbnail images that should match a certain size/aspect ratio. This is handled
136136
- ``$maintainRatio`` will, if true, adjust the final dimensions as needed to maintain the image's original aspect ratio.
137137
- ``$masterDim`` specifies which dimension should be left untouched when ``$maintainRatio`` is true. Values can be: ``'width'``, ``'height'``, or ``'auto'``.
138138

139-
To take a 50x50 pixel square out of the center of an image, you would need to first calculate the appropriate x and y
139+
To take a 50 x 50 pixel square out of the center of an image, you would need to first calculate the appropriate x and y
140140
offset values:
141141

142142
.. literalinclude:: images/008.php

0 commit comments

Comments
 (0)