#5204 - Ticker: Hard-coded width makes them not mobile responsive
| Identifier | #5204 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Ticker: Hard-coded width makes them not mobile responsive |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | comcode_ticker (and possibly other tickers) use a hard-coded width, making them not responsive on mobile. But using relative widths would complicate the ticker as we would need to calculate widths upon DOM generation and resize events. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Comments
- 400 width changed to 300 for better mobile compatibility
- Support for changing news ticker width in template
- Support for 100% width, including with resizing
- Faster ticker speed with a properly defined speed unit
- News ticker using requestAnimationFrame (ticker tag already did due to recent change)