58 lines
1.4 KiB
Markdown
58 lines
1.4 KiB
Markdown
# Disable Fullscreen Slides
|
|
|
|
Disables automatic full-screen video opening on eLearning website pages.
|
|
|
|
## Description
|
|
|
|
When navigating an eLearning course on an Odoo website, clicking on a video
|
|
slide automatically opens it in fullscreen mode. This module disables that
|
|
behavior by overriding the `websiteSlidesCourseSlidesList` widget from
|
|
`website_slides` and removing the `_updateHref()` function responsible for
|
|
the fullscreen redirect.
|
|
|
|
## Installation
|
|
|
|
Install this module using the standard Odoo module installation procedure.
|
|
|
|
### Dependencies
|
|
|
|
- `base`
|
|
- `website_slides`
|
|
- `web`
|
|
|
|
## Configuration
|
|
|
|
No configuration is needed. The module works out of the box once installed.
|
|
|
|
## Usage
|
|
|
|
Once installed, video slides in eLearning courses will open inline instead
|
|
of switching to fullscreen mode. No user action is required.
|
|
|
|
## Known Issues / Roadmap
|
|
|
|
None yet.
|
|
|
|
## Bug Tracker
|
|
|
|
Bugs are tracked on the
|
|
[project issue tracker](https://git.elabore.coop/Elabore/website-tools/issues).
|
|
In case of trouble, please check there if your issue has already been reported.
|
|
If you spotted it first, help us fix it by providing detailed feedback.
|
|
|
|
## Credits
|
|
|
|
### Contributors
|
|
|
|
- [Elabore](https://elabore.coop)
|
|
|
|
### Funders
|
|
|
|
The development of this module has been financially supported by:
|
|
|
|
- [Elabore](https://elabore.coop)
|
|
|
|
### Maintainer
|
|
|
|
This module is maintained by [Elabore](https://elabore.coop).
|