Changes between Initial Version and Version 1 of Ticket #44427, comment 81
- Timestamp:
- 01/09/2020 09:43:10 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44427, comment 81
initial v1 11 11 -- eager: is not a good candidate for lazy loading. Load right away. 12 12 -- auto: browser will determine whether or not to lazily load. 13 13 14 (Just to clarify: seems `auto` currently is the same as `eager`). 15 14 16 15 17 > Additionally, and this is opinion rather than science based, in some cases the images are the primary content (attachment pages, posts that only contain a gallery/photo) so I'd argue these should be loaded normally.