FKB Pro - Tema sociale

Benvenuto, Will! :blob_wave:

Il problema si trova qui:

<div class="topic-image" style="background: url(https://forum.cyberbrein.nl/uploads/default/original/1X/aef8c5e27bb1320fd8da2319220c5193e56e2323.jpeg);background-position: center;background-repeat: no-repeat;background-size: cover;"></div>

Rimuovi background-size: cover;, oppure aggiungi:

.topic-image {
    background-size: auto !important;
}

nel tuo tema o in un nuovo componente se non puoi modificare il componente che crea queste miniature.


modifica: sembra che tu stia usando questo tema: FKB Pro - Social theme
Sposto il tuo argomento nell’argomento dedicato. :slight_smile:

2 Mi Piace