From b6d1a847f8e8ce41ed8e376bfa1f6820197a6ef6 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 5 Aug 2024 23:50:08 -0600 Subject: [PATCH] chore: fix readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 328753e4..107faee6 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ You could simply store it in your database as a string and display it in HTML li ``` -but this way has many disadvantages - it's not easy to get image dimensions, you can't manipulate it e.g. to create a thumbnail and it also [has some performance issues on mobile devices](http://www.mobify.com/blog/data-uris-are-slow-on-mobile/). +but this way has many disadvantages - it's not easy to get image dimensions, you can't manipulate it e.g. to create a thumbnail and it also [has some performance issues on mobile devices](https://web.archive.org/web/20160414182912/http://www.mobify.com/blog/data-uris-are-slow-on-mobile). Thus, more common way is to decode it and store as a file. Here's an example in Ruby: