diff --git a/src/computersandblues/lodestone/app.cljs b/src/computersandblues/lodestone/app.cljs index 7128011..b498ee1 100644 --- a/src/computersandblues/lodestone/app.cljs +++ b/src/computersandblues/lodestone/app.cljs @@ -357,7 +357,7 @@ "image" [:img {:src preview-url :srcset (str preview-url ", " remote-url) :alt (:description attachment) - :lazy "lazy"}] + :loading "lazy"}] "video" [:video {:controls true} [:source {:type (str "video/" ext) :src remote-url}] [:a {:href (:remote_url attachment)} (str "Original video at " (:remote_url attachment))]]