• Activating the Lazyload Background Images setting causessome CSS rules tofail

    This took me quite a while to find out, because I did not expect this problem to be related to this lazyload option.

    The css rule that breaks solely by activation the lazyload bg images option contains a special selector:

    [class$="row--fixed-width"], 
    [class$="row-fixed-width"] {
      padding-left: 4rem;
      padding-right: 4rem;
    }

    The css-file itself is unchanged, and the HTML of the affected part is also unchanged. But somehow, this rule gets ignored.

  • The topic ‘Activating Lazyload Background Images breaks part of layout’ is closed to new replies.