Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/LazyImage/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ Customizing images fetching
By default, ``data_uri_thumbnail`` fetches images using the `file_get_contents`_ function.
It works well for local files, but you may want to customize it to fetch images from a remote server, `Flysystem`_, etc.

To do so you can create a invokable class, the first argument is the filename to fetch:

.. ::
To do so you can create a invokable class, the first argument is the filename to fetch::

namespace App\BlurHash;

Expand Down