Как показать расширенное описание карточки в блоке FR206 при наведении в Tilda
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  • Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Как показать расширенное описание карточки в блоке FR206 при наведении в Tilda

1
Создали блок FR206
2
Вставили код в блок Другое - Т123
Ссылка на иконку задаётся в коде
https://static.tildacdn.com/tild3338-3763-4237-b064-626638323739/UnfoldedCleverGerman.gif

Высота карточек max-height: 250px;
Mo-ti Level Up
Видео инструкции по добавлению кода и работе с Zero Block.
Сокращаем длинное описание в карточках FR206.
Показываем его при наведении.
Длительность видео: 13 мин
Фрагмент видео
Библиотека примера

<style>
@media screen and (min-width:960px){
.t503 .t-card__col , .t503__content{
    max-height: 290px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}
.t503__content {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.t503 .t-card__col:hover{
    overflow:visible;
}
.t503 .t-card__col:hover .t503__content {
    max-height: none;
    z-index: 99;
    box-shadow: 0 0 20px 3px rgb(239 239 239);
}
.t503 .t-card__col:after {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -30px;
    z-index: 50;
    opacity: 0.4;
    left: 0;
    background-image: url(https://static.tildacdn.com/tild3338-3763-4237-b064-626638323739/UnfoldedCleverGerman.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
.t503 .t-card__col:before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 33;
    background-image: linear-gradient(0deg, white 10% , rgb(0 0 0 / 0%) 45%);
}

}
</style>
Made on
Tilda