diff --git a/content/index.txt b/content/index.txt
index 5933ffccb5758d0a89f0d0e493a0853fd4cf3902..539dd927209574e8aa4c850bcb9d0152927c49e5 100644
--- a/content/index.txt
+++ b/content/index.txt
@@ -20,9 +20,7 @@ summarized as follows:
 
 .. raw:: html
 
-    <img src="kwant-workflow1.svgz" style="width:71%;
-    float:left; margin-right:2%">
-    <img src="kwant-workflow2.jpg" style="width:27%;">
+    <object type="image/svg+xml" data="kwant-workflow.svgz" width="100%">kwant-workflow.svgz</object>
 
 Kwant was designed to be easy to use: Section 2 of the `Kwant paper
 <http://downloads.kwant-project.org/doc/kwant-paper.pdf>`_ contains a
@@ -46,8 +44,9 @@ Graphene flake
 
 .. container:: rightside
 
-   .. image:: graphene-edgestate.svgz
-      :width: 15em
+   .. raw:: html
+
+       <object type="image/svg+xml" data="graphene-edgestate.svgz" style="width: 15em;">graphene-edgestate.svgz</object>
 
 The complete code that constructs the graphene flake shown on the right side
 is::
@@ -75,11 +74,15 @@ Quantum Hall effect
 
 .. container:: rightside
 
-   .. image:: qhe-edgestate.png
+   .. raw:: html
+
+       <object type="image/svg+xml" data="qhe-edgestate.svgz" style="width: 15em;">qhe-edgestate.svgz</object>
 
 .. container:: leftside
 
-   .. image:: qhe-plateaus.png
+   .. raw:: html
+
+       <object type="image/svg+xml" data="qhe-plateaus.svgz" style="width: 15em;">qhe-plateaus.svgz</object>
 
 One of the most common applications of Kwant is to calculate the conductance of
 a nanoelectronic system.  The plot on the left shows the conductance through a
@@ -135,9 +138,9 @@ Conductance of a Corbino disk in a quantum Hall regime
 
 .. container:: leftside
 
-   .. image:: corbino-layout.svgz
-      :width: 15em
+   .. raw:: html
 
+       <object type="image/svg+xml" data="corbino-layout.svgz" style="width: 15em;">corbino-layout.svgz</object>
 
 .. container:: rightside
 
diff --git a/content/kwant-workflow.svgz b/content/kwant-workflow.svgz
new file mode 100644
index 0000000000000000000000000000000000000000..697b521a0ff3d09ba4e14c0cb0f7e8f7a7022332
Binary files /dev/null and b/content/kwant-workflow.svgz differ
diff --git a/content/kwant-workflow1.svgz b/content/kwant-workflow1.svgz
deleted file mode 100644
index 5ab409b2f4ef7c8fa8435b5894a2ed10dab980ad..0000000000000000000000000000000000000000
Binary files a/content/kwant-workflow1.svgz and /dev/null differ
diff --git a/content/kwant-workflow2.jpg b/content/kwant-workflow2.jpg
deleted file mode 100644
index 624f61aae0e9c38c9c541346292b360c02e7a5a5..0000000000000000000000000000000000000000
Binary files a/content/kwant-workflow2.jpg and /dev/null differ
diff --git a/content/qhe-edgestate.png b/content/qhe-edgestate.png
deleted file mode 100644
index c79ee18ff5326a59bd996a477c5abe2710b244de..0000000000000000000000000000000000000000
Binary files a/content/qhe-edgestate.png and /dev/null differ
diff --git a/content/qhe-edgestate.svgz b/content/qhe-edgestate.svgz
new file mode 100644
index 0000000000000000000000000000000000000000..df9fb5f103cb15a0823ce382835ef3356e3d8465
Binary files /dev/null and b/content/qhe-edgestate.svgz differ
diff --git a/content/qhe-plateaus.png b/content/qhe-plateaus.png
deleted file mode 100644
index 8767b60884e6027c4776e896cda750a368880a3f..0000000000000000000000000000000000000000
Binary files a/content/qhe-plateaus.png and /dev/null differ
diff --git a/content/qhe-plateaus.svgz b/content/qhe-plateaus.svgz
new file mode 100644
index 0000000000000000000000000000000000000000..5def46b73115ac5c37f1b619e0649011280730f9
Binary files /dev/null and b/content/qhe-plateaus.svgz differ