Sha256: af74ebf94abef83e4981bc01c01652e42780148ed147a0fe717cf67aebe6b9a5

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

Feature: Set loading="lazy" with asset_hash
  Scenario: Should add 'lazy'
    Given a successfully built app at "lazy-app"
    When I cd to "build"
    Then the file "index.html" should contain:
      """
      <img loading="lazy" src="/images/1x1-0ec63b14.png"
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-img_loading_attribute-0.2.0 features/lazy.feature