The Zoom (PSWP) setting is working, but the image is not linked if the link field is filled.
Issue fork drowl_paragraphs-3261545
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.frobieterThis variable is a relict from older versions, the flexible_image.html.twig already serves a linked image.
So remove the entire condition and just print out the {{ image }}
Comment #5
thomas.frobieter