diff --git a/content/blog/2022/sdv_with_cloud/images/sdv_with_cloud.png b/content/blog/2022/sdv_with_cloud/images/sdv_with_cloud.png
deleted file mode 100644
index 2893e41bb0bf626a23032d66feddd32ae83c5cff..0000000000000000000000000000000000000000
Binary files a/content/blog/2022/sdv_with_cloud/images/sdv_with_cloud.png and /dev/null differ
diff --git a/content/blog/2022/sdv_with_cloud/images/sdv_with_cloud.svg b/content/blog/2022/sdv_with_cloud/images/sdv_with_cloud.svg
new file mode 100644
index 0000000000000000000000000000000000000000..1569e617a5c2ed471ef54dfa46623786959647ab
--- /dev/null
+++ b/content/blog/2022/sdv_with_cloud/images/sdv_with_cloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/blog/2022/sdv_with_cloud/index.md b/content/blog/2022/sdv_with_cloud/index.md
index 737f05b056cbb21af937a50b3da2dba9ed777216..c82702b2aad3864c6508080b71221107ccc1eb27 100644
--- a/content/blog/2022/sdv_with_cloud/index.md
+++ b/content/blog/2022/sdv_with_cloud/index.md
@@ -11,7 +11,7 @@ Banner:
# Accelerating Software-Defined Vehicles through Cloud-To-Vehicle Edge Environmental Parity
-{{< img src="images/sdv_with_cloud.png" >}}
+{{< img src="images/sdv_with_cloud.svg" >}}
In this white paper we look at what it means to apply cloud-native approach to automotive system development, focusing particularly on achieving environmental parity between cloud to edge execution environments. The paper explores the impact this approach has in accelerating the time to market of software-defined vehicles and the role that SOAFEE plays as key technology enabler.
diff --git a/themes/soafee/layouts/partials/img.html b/themes/soafee/layouts/partials/img.html
index 0334b214c8cf8cb380dc239b2d20fe1f92495f56..04a858dd628bc4ed50c5a8202b93a1c56b89ce85 100644
--- a/themes/soafee/layouts/partials/img.html
+++ b/themes/soafee/layouts/partials/img.html
@@ -12,6 +12,18 @@
{{ $mediaPage := $ctx.media_page | default .Page.File.Path }}
{{ $resourcesPage := .Page.Site.GetPage $mediaPage }}
{{ $image := $resourcesPage.Resources.GetMatch $ctx.src }}
+
+{{ if strings.HasSuffix $ctx.src "svg" }}
+
+
+
+
+{{ else }}
+
+
{{ $imgSrcSet := slice }}
{{ $sizes := slice }}
{{ range $breakpoints }}
@@ -31,3 +43,4 @@
alt={{ $alt }}
{{ if isset . "class" }} class = "{{ .class }}" {{ end }}
>
+{{ end }}
\ No newline at end of file