mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 369 forks source link

Allow image thumbnails as well as colors for an event #626

Closed aarohmankad closed 7 years ago

aarohmankad commented 7 years ago

Feature request: Allow image thumbnails as well as colors for an event

Versions

Angular: 1.5.8

Calendar library: 0.23.0

Browser name and version: (irrelevant)

burtek commented 7 years ago

Colors are supported at this moment. As for thumbnails - I can't really see how they would work (how big, in which view...?). @mattlewis92?

You can try and create such functionality yourself and add it to the library.

mattlewis92 commented 7 years ago

I would recommend just using a custom template for this, replacing the event dots with images etc. It's not something I plan on supporting in the core lib though.