Skip to content

Generic alt and title support and Setting for default lazyness

Choose a tag to compare

@mficzel mficzel released this 04 Jun 11:25
· 5 commits to master since this release
80166e7
  1. FEATURE: Support alt and title from image source as it was introduced in Kaleidoscope 6.1.0

see: https://github.com/sitegeist/Sitegeist.Kaleidoscope/releases/tag/v6.1.0

  1. FEATURE: Add setting to control default lazyness behavior #11
    The setting allows to control the default lazyness and is usually enabled
Sitegeist:
  Lazybones:
    default:
      lazyEnabled: true

For FLOW_CONTEXT=Development/VisualRegressionTesting the setting is
disabled as lazy loading does slow down regression tests and tends to make them
less deterministic.