Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58754, comment 5


Ignore:
Timestamp:
08/10/2023 05:35:59 PM (18 months ago)
Author:
jastos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58754, comment 5

    initial v1  
    11It looks like the issue has to do with having a fluid layout is what breaks fluid typography:
    22
     3
     4{{{
    35"layout":{
    46  "contentSize":"clamp(1076px, 80vw, 1716px),
     
    68}
    79
     10}}}
     11
    812If you switch layout to static values it works:
    913
     14
     15{{{
    1016"layout":{
    1117  "contentSize":"1800px",
    1218  "wideSize":"2200px"
    1319}
     20}}}
     21
    1422
    1523This was not the case in 6.2