Entity Streched Link
No security coverage
Entity ecosystem
This module makes an entire content area, such as a card or teaser, clickable by adding a link to the entity. It adds an extra field to entities that you can configure to display the stretched link, allowing users to click anywhere within the designated area to navigate to the entity.
Overview
A very lightweight module to display link to entity.
Useful on card, teaser or search result to make all the rendering area clickable.
How it work
The module add an extrafield to all entities (disabled by default)
Set the extrafield to display the streched link
Warning : no CSS included
If you don't have a .streched-link class your could ad this css in your project
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}