Difference between revisions of "Extensions:Carousel"
Jump to navigation
Jump to search
(→Images) Tag: 2017 source edit |
(→Usage) Tag: 2017 source edit |
||
Line 8: | Line 8: | ||
Speed can be adjusted in Admin > Site Settings. It's 10 seconds (10000 milliseconds) by default. | Speed can be adjusted in Admin > Site Settings. It's 10 seconds (10000 milliseconds) by default. | ||
== Usage == | == Usage == | ||
− | The carousel can be added anywhere on the website with @include('widgets._carousel'). | + | The carousel can be added anywhere on the website with <code>@include('widgets._carousel')</code>. |
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
Feel free to ping me @stokori on the Discord with any issues! | Feel free to ping me @stokori on the Discord with any issues! |
Revision as of 11:34, 14 June 2024
Description | Adds a carousel to the dashboard |
---|---|
Author(s) | Stokori |
Status | testing |
Github | extension/carousel |
LK Version | 3.0.0 |
Contains a Migration | |
Adds an image carousel to the dashboard, or wherever else you'd like it configured.
Installation
php artisan migrate
, php artisan add-site-settings
, php artisan optimize
Configuration
You will almost certainly need to adjust the placement/size within _dashboard.blade.php to fit your needs! Right now it will scale to the width of the entire main section.
Speed can be adjusted in Admin > Site Settings. It's 10 seconds (10000 milliseconds) by default.
Usage
The carousel can be added anywhere on the website with @include('widgets._carousel')
.
Troubleshooting
Feel free to ping me @stokori on the Discord with any issues!