Add custom classes to feed

  • [x] I’m using stock docker compose setup, unmodified.
  • [ ] I’m using docker compose setup, with modifications (modified .yml files, third party plugins/themes, etc.) - if so, describe your modifications in your post. Before reporting, see if your issue can be reproduced on the unmodified setup.
  • [ ] I’m not using docker on my primary instance, but my issue can be reproduced on the aforementioned docker setup and/or official demo.

Is there any way to add custom classes so I can style output with user css styles? For now, as far as I understand, all classes are deleting while parsing feed.

For example: I have my feed with

< div class=“cdk”>< img src=“https://path/to/img.jpg” alt=“”>
or
< img class=“cdk” src=“https://path/to/img.jpg” alt=“”>

but after tt-rss parsed and added my feed there is only this left

< img src=“https://path/to/img.jpg” alt=“”>

  • Tiny Tiny RSS version (including git commit id): v22.02-a395574
  • Platform (i.e. Linux distro, Docker, PHP, PostgreSQL, etc) versions: Ubuntu 20.04, Docker

no, never.

/20charrrrRRR

OK, then maybe there is a way to resize some images? Not all of them with custom user css but part of them?