-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add background images to components #727
Comments
This very feature is something which is in the roadmap for version 1.0. |
I would not recommend to add background images directly to a page/article/block/component. Instead themes should provide classes that apply images / colors to those elements. |
if there is going to be a theme editor, then yes you could use the theme editor. Also I do not agree that course specific images should be in a theme. A theme should be usable in many courses. Take for example a company developing multiple courses. They want to use the same theme for every course to create the same look and feel, but they also want to use images. So the theme just takes care of the basic look and feel of every course stuff, and the course specfic layout is done in the course itself. an other option would be to have multiple themes. one general theme for all courses and one theme for the specific course. but this is a matter of implementation. |
See theme editor prototype for ongoing work: #1499 |
This is fixed in #1116. |
In the authoring tool, it would be really fantastic if it were to be possible to set a background image per page /article/block/component. This is now only possible by editing a theme. ideally the theme can be used over multple courses, so should not contain references to course specific images.
this way it would be possible, without any css coding, to use an image as the background for the course, then another image for the background of the article, and even images for the background of text etc.
off course some extra controls are needed such as setting transparency etc etc.
The text was updated successfully, but these errors were encountered: