accessdigital / wilson

A Drupal installation profile produced by Access. New installations should use https://github.com/accessdigital/drupal-template
https://www.weareaccess.co.uk
4 stars 1 forks source link

Wilson

Wilson is the Access in-house installation profile and theme starterkit for Drupal 9. A development kickstarter with a focus on Paragraph-based landing pages.

Installation

See the Wilson installation guide on Confluence.

Patches

Due a restriction in the Composer Patches package, it is not possible to apply patches to Drupal Core from the Wilson composer file. Consider adding the following patches to your project Composer file (via cweagans/composer-patches) if you encounter the relevant problem:-

1. Responsive image dimensions (affects animation effects and jump nav)

Drupal's responsive images tag doesn't include image dimensions, which means browsers struggle to handle lazy loading images and calculating the true position of elements. This manifests in faulty behaviour of component animation effects and incorrectly handled jump nav links.

Applying this patch from this issue seems to solve the problem.