Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59421, comment 2


Ignore:
Timestamp:
09/21/2023 08:46:30 AM (20 months ago)
Author:
lovor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59421, comment 2

    initial v1  
    55Calculate, from images widths and heights when image is completely below the fold like this (pseudo-code):
    66
     7{{{
    78pagewidth = 1920
    89pageheight = 1080
     
    2829  img[i].aboveTheFold = false
    2930}
     31}}}