~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/ticker/media-rss-with-title.template.json

  • Committer: Dan Garner
  • Date: 2016-02-12 10:41:25 UTC
  • mto: (454.4.130)
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:ca673f8ea522eac5f311ed779b0fbfeb35a0e4dd
Handle duration changes in XLF generation. Fixed region option factory.
xibosignage/xibo#721

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 "id":"media-rss-with-title",
3
3
 "value":"Image overlaid with the Title",
4
4
 "template":"<div class=\"image\">[Link|image]<div class=\"cycle-overlay\"><p style=\"font-family: Arial, Verdana, sans-serif; font-size:48px; color:#Color#;\">[Title]<\/p><\/div><\/div>",
5
 
 "css":".image img { width:100%;}.cycle-overlay {color: white;background: black;opacity: .6;filter: alpha(opacity=60);position: absolute;bottom: 0;width: 100%;padding: 15px;text-align:center;}",
6
 
 "image":"modules/ticker/media-rss-with-title.png"
 
5
 "css":".image img { width:100%;}.cycle-overlay {color: white;background: black;opacity: .6;filter: alpha(opacity=60);position: absolute;bottom: 0;width: 100%;padding: 15px;text-align:center;}"
7
6
}