We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7801ea commit 0b9f5a6Copy full SHA for 0b9f5a6
README.md
@@ -3,5 +3,5 @@
3
4
Simple Vue.js youtube widget for your website using YouTube Api 3.
5
6
-
+
7
images/vue-youtube-widget.png
835 KB
src/App.vue
@@ -3,7 +3,7 @@
<YouTubeWidget
apiKey="YOUR_API_KEY"
channelId="YOUR_CHANNEL_ID"
- :resultsPerRequest="1"
+ :resultsPerRequest="4"
:subscribersCountToFixed="1"
8
subscribersCountText="подписчиков"
9
subscribeBtnText="Подписаться"
src/main.scss
@@ -50,6 +50,8 @@
50
}
51
52
&__inner {
53
+ display: flex;
54
+ flex-wrap: wrap;
55
margin-top: 24px;
56
57
0 commit comments