|
|
@ -93,7 +93,7 @@
|
|
|
|
,@(when/splice (not (equal? (get-ext path) "svg"))
|
|
|
|
,@(when/splice (not (equal? (get-ext path) "svg"))
|
|
|
|
`(p "width = " ,(->string (image-width img)) " "
|
|
|
|
`(p "width = " ,(->string (image-width img)) " "
|
|
|
|
"height = " ,(->string (image-height img))))
|
|
|
|
"height = " ,(->string (image-height img))))
|
|
|
|
(a ((href ,img-url)) (img ((style "width:100%")(src ,img-url))))))
|
|
|
|
(a ((href ,img-url)) (img ((style "width:100%;border:1px solid #eee")(src ,img-url))))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define/contract (make-binary-info-page p)
|
|
|
|
(define/contract (make-binary-info-page p)
|
|
|
|