From d3dfec6f52d8093db276adb62021ced8f58e590c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 5 Nov 2023 12:17:03 +0100 Subject: Added lazy loading to images --- _posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md') diff --git a/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md b/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md index 6e1fa14..461842d 100644 --- a/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md +++ b/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md @@ -66,6 +66,6 @@ legend.get_frame().set_linewidth(0) plt.savefig("plot.svg", format="svg") ``` -![SVG Chart](/assets/notes/plot.svg) +![SVG Chart](/assets/notes/plot.svg){:loading="lazy"} The image above is SVG and you can zoom in and out and check that the image is vector. -- cgit v1.2.3