Changes between Initial Version and Version 1 of Ticket #58754, comment 5
- Timestamp:
- 08/10/2023 05:35:59 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58754, comment 5
initial v1 1 1 It looks like the issue has to do with having a fluid layout is what breaks fluid typography: 2 2 3 4 {{{ 3 5 "layout":{ 4 6 "contentSize":"clamp(1076px, 80vw, 1716px), … … 6 8 } 7 9 10 }}} 11 8 12 If you switch layout to static values it works: 9 13 14 15 {{{ 10 16 "layout":{ 11 17 "contentSize":"1800px", 12 18 "wideSize":"2200px" 13 19 } 20 }}} 21 14 22 15 23 This was not the case in 6.2