Skip to content

Commit e264489

Browse files
committed
initial
1 parent 3bb5286 commit e264489

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/home/contrib.home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<v-row style="" no-gutters>
44
<v-col cols="12" xl="9" lg="9" class="red bg2 " style="padding:5%">
55
<p class="font-14">Fruit combination <br> for daily juice</p>
6-
<p><v-avatar class="mt-n1" size="24" color=""><v-img src="https://images.unsplash.com/photo-1535295972055-1c762f4483e5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"></v-img></v-avatar> <span class="weight-600 font-4 mb-n1">Samantha William</span></p>
6+
<p><v-avatar class="mt-n1" size="24" color=""><v-img eager src="https://images.unsplash.com/photo-1535295972055-1c762f4483e5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"></v-img></v-avatar> <span class="weight-600 font-4 mb-n1">Samantha William</span></p>
77
<v-row>
88
<v-col cols="7" xl="4" lg="4">
99
<p class="font-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna</p>
@@ -19,7 +19,7 @@
1919
<v-col v-for="i in 6" :key="i" cols="6" xl="12" lg="12">
2020
<div class="mb-7">
2121
<v-row align="center" justify="center" no-gutters>
22-
<v-avatar size="45"><v-img src="https://images.unsplash.com/photo-1535295972055-1c762f4483e5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"></v-img></v-avatar>
22+
<v-avatar size="45"><v-img eager src="https://images.unsplash.com/photo-1535295972055-1c762f4483e5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"></v-img></v-avatar>
2323
<div class="ml-3">
2424
<p class="font-15 weight-600 mb-n1">Andrea Wise</p>
2525
<p class="font-4 grey--text mb-n1">135 articles</p>

src/components/home/popular.home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</v-col>
6666
<v-col cols="12" xl="4" lg="4">
6767

68-
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/YY_zr8ELP_w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen autoplay="1"></iframe>
68+
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/YY_zr8ELP_w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen autoplay="1"></iframe>
6969

7070
</v-col>
7171
</v-row>

src/components/home/trending.home.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<v-card flat>
1111
<v-row no-gutters>
1212
<v-col cols="6">
13-
<v-img src="../../assets/ft1.png"></v-img>
13+
<v-img eager src="../../assets/ft1.png"></v-img>
1414

1515
</v-col>
1616
<v-col cols="6">
@@ -27,7 +27,7 @@
2727
<v-card flat>
2828
<v-row no-gutters>
2929
<v-col cols="6">
30-
<v-img src="../../assets/ft2.png"></v-img>
30+
<v-img eager src="../../assets/ft2.png"></v-img>
3131

3232
</v-col>
3333
<v-col cols="6">
@@ -44,7 +44,7 @@
4444
<v-card flat>
4545
<v-row no-gutters>
4646
<v-col cols="6">
47-
<v-img src="../../assets/ft3.png"></v-img>
47+
<v-img eager src="../../assets/ft3.png"></v-img>
4848

4949
</v-col>
5050
<v-col cols="6">

0 commit comments

Comments
 (0)