File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ It uses a glyphicon, some CSS and the .animate jQuery function. All these are pa
55
66Installation
77------------
8-
98The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
109
1110Either run
@@ -25,7 +24,6 @@ to the require section of your `composer.json` file.
2524
2625How to use
2726----------
28-
2927Add this line to your main layout so the widget gets loaded automatically into every page.
3028``` php
3129<?= \bluezed\scrollTop\ScrollTop::widget() ?>
@@ -35,3 +33,8 @@ By default your main layout should be located here:
3533```
3634<Project-Folder>/views/layouts/main.php
3735```
36+
37+ Screenshot
38+ ----------
39+ The button appears in the bottom right corner of the page once you have scrolled down at least 150px.
40+ ![ Screenshot of the button] ( http://s19.postimg.org/dkro8azxf/Scroll_Top_Button.png )
You can’t perform that action at this time.
0 commit comments