Problem/Motivation
Background images/videos are still on viewport width, even if the section width is set to "page-width (all)".
Steps to reproduce
Add any layout, set a bg image, set the section width to "page-width (all)".
Proposed resolution
Restructure the 'fancy background image' markup, remove the extra wrapper, set the background image classes right on the .paragraph wrapper.
Issue fork drowl_paragraphs-3226429
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
thomas.frobieterComment #4
thomas.frobieterThe MR was accidentally based on the current stable release version, not on the current DEV, so we will have further fixes in this MR (which are pushed directly to DEV). Sorry, my fault.
However, this should fix the issue. New release incoming.