Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #62515, comment 1


Ignore:
Timestamp:
11/22/2024 08:34:26 AM (18 months ago)
Author:
fredel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62515, comment 1

    v2 v3  
    11PS: If i deactivate Lazy Load (e.g. via https://wordpress.org/plugins/disable-lazy-loading/ Plugin) its working as it should.
     2
     3Prevents this:
     4 
     5
     6{{{
     7img:is([sizes="auto" i], [sizes^="auto," i]) {
     8    contain-intrinsic-size: 3000px 1500px;
     9}
     10}}}