Hide Youtube Images on collapsed records
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:
- Hide Youtube Images on collapsed records -
Kai,
2021-02-19, 13:38
- Hide Youtube Images on collapsed records -
jtojnar,
2021-02-20, 12:12
- Hide Youtube Images on collapsed records -
Kai,
2021-02-20, 12:35
- Hide Youtube Images on collapsed records - jtojnar, 2021-02-20, 13:02
- Hide Youtube Images on collapsed records -
Kai,
2021-02-20, 12:35
- Hide Youtube Images on collapsed records -
jtojnar,
2021-02-20, 12:12