Hide Youtube Images on collapsed records

by jtojnar, Saturday, February 20, 2021, 12:12 (1299 days ago) @ Kai

There are two options to achieve that:

You can disable thumbnails altogether by adding show_thumbnails=0 to your config.ini file. But that also applies for thumbnails of other source types and you would lose the thumbnails completely. The patch also is not available in 2.18 so you would need the development build.

Alternately, you can hide the thumbnail by adding the following CSS into user.css file in the root of your selfoss installation:

.entry:not(.expanded) .entry-thumbnail {
display: none;
}

I only tested that with development release, though. It might need to be adjusted if you use selfoss 2.18.


Complete thread:

 RSS Feed of thread

powered by my little forum