Image Thumbnails

Post Reply
mydogtag
Jr. Bludit
Posts: 2
Joined: Thu Jul 18, 2019 4:54 am

How does the image thumbnail feature work? I see that when I upload an image a thumbnail is created, but what is the process for embedding the thumbnail on a page rather than simply sizing the original image (with html width/height)?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

At the moment there is no theme that uses thumbnails for example as peview of an image.

Anyway: Best practice is to use an image with the size it is used on a website.

If you want use a thumnail you have to modify the URL of the image adding /thumbnails. For example:

Code: Select all

https://mydomain.com/bl-content/uploads/pages/acfd8deed07316138846b8c81d570218/14062012430.jpg
becomes

Code: Select all

https://mydomain.com/bl-content/uploads/pages/acfd8deed07316138846b8c81d570218/thumbnails/14062012430.jpg
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply