Skip to content

Commit 86a82ca

Browse files
committed
Added screenshot
1 parent 8dbaa15 commit 86a82ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ It uses a glyphicon, some CSS and the .animate jQuery function. All these are pa
55

66
Installation
77
------------
8-
98
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
109

1110
Either run
@@ -25,7 +24,6 @@ to the require section of your `composer.json` file.
2524

2625
How to use
2726
----------
28-
2927
Add 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)

0 commit comments

Comments
 (0)