Changes between Initial Version and Version 1 of Ticket #50938, comment 2
- Timestamp:
- 08/14/2020 12:41:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50938, comment 2
initial v1 1 Hi! I solved it with the CSS as mentioned here: https://core.trac.wordpress.org/ticket/509092 1 Hi! I solved it with the CSS as mentioned here: #50909 2 {{{ 3 3 img { 4 4 max-width: 100%; … … 6 6 } 7 7 8 }}}