diff --git a/src/index.html b/src/index.html
index 2690bce..2c36998 100644
--- a/src/index.html
+++ b/src/index.html
@@ -22,9 +22,9 @@
Edgar P. Burkhart
Contact
diff --git a/src/static/img/convert.sh b/src/static/img/convert.sh
index 4ea8f7f..c836487 100755
--- a/src/static/img/convert.sh
+++ b/src/static/img/convert.sh
@@ -1,2 +1,3 @@
#!/usr/bin/env sh
-convert "$1" -geometry "384x384^" -gravity center -crop "384x384+0+0" "${1%.*}.webp"
+convert "$1" -geometry 328x328^ -gravity center -crop "328x328+0+0" "${1%.*}x2.webp"
+convert "${1%.*}x2.webp" -resize 50% "${1%.*}.webp"
diff --git a/src/static/img/pic1.webp b/src/static/img/pic1.webp
index 0e9d914..463e548 100644
Binary files a/src/static/img/pic1.webp and b/src/static/img/pic1.webp differ
diff --git a/src/static/img/pic1x2.webp b/src/static/img/pic1x2.webp
new file mode 100644
index 0000000..e382238
Binary files /dev/null and b/src/static/img/pic1x2.webp differ
diff --git a/src/static/img/pic2.webp b/src/static/img/pic2.webp
index 2d67391..525161a 100644
Binary files a/src/static/img/pic2.webp and b/src/static/img/pic2.webp differ
diff --git a/src/static/img/pic2x2.webp b/src/static/img/pic2x2.webp
new file mode 100644
index 0000000..ca7144b
Binary files /dev/null and b/src/static/img/pic2x2.webp differ
diff --git a/src/static/img/pic3.webp b/src/static/img/pic3.webp
index ddb4de8..7e6a150 100644
Binary files a/src/static/img/pic3.webp and b/src/static/img/pic3.webp differ
diff --git a/src/static/img/pic3x2.webp b/src/static/img/pic3x2.webp
new file mode 100644
index 0000000..b92b2d6
Binary files /dev/null and b/src/static/img/pic3x2.webp differ