fniished image impl
This commit is contained in:
parent
2b1b032039
commit
eb9c1d11ab
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
(let [{:keys [id type preview_url url]} (first media)]
|
(let [{:keys [id type preview_url url]} (first media)]
|
||||||
[:div {:class "media"}
|
[:div {:class "media"}
|
||||||
(when (and (some? type) (= type "image"))
|
(when (and (some? type) (= type "image"))
|
||||||
[:img {:class "card-img-top float-right" :width "100" :height "100"
|
[:img {:class "img-thumbnail" :width "100" :height "100"
|
||||||
:src preview_url}])])))
|
:src preview_url}])])))
|
||||||
|
|
||||||
(defn masto->html [statuses]
|
(defn masto->html [statuses]
|
||||||
|
|
Loading…
Reference in a new issue