mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
fixing: WARNING: Explicit markup ends without a blank line;
This commit is contained in:
@@ -69,6 +69,7 @@ There are two config options to set the maximum size of a preview.
|
||||
'preview_max_y' => null,
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
By default, both config options are set to null. 'Null' is equal to no limit.
|
||||
Numeric values represent the size in pixel. The following code limits previews
|
||||
to a maximum size of 100px by 100px:
|
||||
@@ -80,6 +81,7 @@ to a maximum size of 100px by 100px:
|
||||
'preview_max_y' => 100,
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
'preview_max_x' represents the x-axis and 'preview_max_y' represents the y-axis.
|
||||
|
||||
Maximum scale factor:
|
||||
|
||||
Reference in New Issue
Block a user