Skip to content

Commit

Permalink
Fix thumbnail documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 22, 2024
1 parent 2292705 commit 569732c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/publish/configuration/project_thumbnail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example, if the project is called :file:`montpellier.qgs` you must add, next to

* Create images with a width of **250 pixels maximum**.
* Use ``.webp`` as it produces images that are much smaller than other formats and is very well supported
`by modern browsers <https://caniuse.com/webp>`_. For even smaller images you can use ``.avif`` but you should
by `modern browsers <https://caniuse.com/webp>`_. For even smaller images you can use ``.avif`` but you should
take care of `browser compatibility <https://caniuse.com/avif>`_.
* Use `Squoosh <https://squoosh.app/>`_ or any other tool to convert from one image format to another and reduce
quality as much as it is possible without being visually perceptible.
Expand All @@ -33,5 +33,7 @@ Example, if the project is called :file:`montpellier.qgs` you must add, next to
To see the thumbnail **immediately**, it might be needed to clear the cache in your web browser and force reload
the page from the web browser.

It can be :kbd:`CTRL+R`, :kbd:`CTRL+F5` or similar.

Otherwise, the thumbnail will be displayed **automatically in a few hours**, when the web browser will understand
that the image has changed. Web browsers tries to save some network requests.

0 comments on commit 569732c

Please sign in to comment.