Skip to content

Commit 0b9f5a6

Browse files
author
dmitriyakkerman
committed
initial
1 parent b7801ea commit 0b9f5a6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
Simple Vue.js youtube widget for your website using YouTube Api 3.
55

6-
6+
![vue-youtube-widget](https://github.com/dmitriyakkerman/vue-youtube-widget/images/vue-youtube-widget.png)
77

images/vue-youtube-widget.png

835 KB
Loading

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<YouTubeWidget
44
apiKey="YOUR_API_KEY"
55
channelId="YOUR_CHANNEL_ID"
6-
:resultsPerRequest="1"
6+
:resultsPerRequest="4"
77
:subscribersCountToFixed="1"
88
subscribersCountText="подписчиков"
99
subscribeBtnText="Подписаться"

src/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
}
5151

5252
&__inner {
53+
display: flex;
54+
flex-wrap: wrap;
5355
margin-top: 24px;
5456
}
5557

0 commit comments

Comments
 (0)