Quarto does not thumbnail images #9390
Replies: 4 comments 14 replies
-
You should set the The issue you linked is unrelated to your case. |
Beta Was this translation helpful? Give feedback.
-
Also related: |
Beta Was this translation helpful? Give feedback.
-
Starting with the next prerelease version, images in Quarto listings will now default to |
Beta Was this translation helpful? Give feedback.
-
I had assumed that Quarto was automatically creating thumbnail images, and only today realized it wasn't when I saw that my index pages were taking a couple of seconds before displaying and looked at the code. So I searched on the problem and found this thread. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that most of the discussion here was specifically about thumbnail size so I broke off a new discussion to discuss dynamic loading at #9434.
Description
I noticed that since switching my site to quarto, my bandwidth has gone up by orders of magnitude, and I am regularly threatened with being throttled by my provider (netlify) whereas before I would only hit 1 or 2 percent of my quota.
Checking the firefox web dev tools, I suspect I've found the culprit — it seems my front page is now 135MB:
I assume that this is because the listing on that front page, in order to provide dynamic listing search etc, loads essentially all the posts and their associated images at full resolution. Is there any way I can avoid this behaviour in the quarto website system as it stands? AFAICT quarto does not support image thumbnails, and also AFAICT the listing system is not built around lazy loading, but I would welcome being told I have simply failed to notice a setting. As it stands I suspect this is actually a feature request.
Related: #9330
Beta Was this translation helpful? Give feedback.
All reactions