diff --git a/components/Hero.vue b/components/Hero.vue
index 50a3a22..6c1c28a 100644
--- a/components/Hero.vue
+++ b/components/Hero.vue
@@ -3,6 +3,8 @@
class="hero-image"
:src="`/${img.path}`"
:alt="img.alt"
+ height="500px"
+ width="100%"
>
diff --git a/components/LargeTile.vue b/components/LargeTile.vue
index 681b69b..88ad449 100644
--- a/components/LargeTile.vue
+++ b/components/LargeTile.vue
@@ -11,6 +11,8 @@
{{ article.author.name }}
diff --git a/components/Polaroid.vue b/components/Polaroid.vue
index 6ea3a37..cb732db 100644
--- a/components/Polaroid.vue
+++ b/components/Polaroid.vue
@@ -8,6 +8,8 @@
class="polaroid__image"
:src="imagePath"
alt="Ramona"
+ height="260px"
+ width="260px"
>
diff --git a/nuxt.config.js b/nuxt.config.js
index dba10f0..834ce10 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -114,6 +114,7 @@ export default {
googleFonts: {
download: true,
+ prefetch: true,
base64: true,
families: {
Roboto: true,
diff --git a/pages/conferences.vue b/pages/conferences.vue
index c7886d0..6a7c7f1 100644
--- a/pages/conferences.vue
+++ b/pages/conferences.vue
@@ -10,6 +10,8 @@
alt="Moe giving talks"
src="/ramona-schwering-talks-small.jpeg"
class=" img-header"
+ height="550"
+ width="250px"
>