Changes between Initial Version and Version 1 of Ticket #59421, comment 2
- Timestamp:
- 09/21/2023 08:46:30 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59421, comment 2
initial v1 5 5 Calculate, from images widths and heights when image is completely below the fold like this (pseudo-code): 6 6 7 {{{ 7 8 pagewidth = 1920 8 9 pageheight = 1080 … … 28 29 img[i].aboveTheFold = false 29 30 } 31 }}}