Module Arod_component.Image

Responsive image component using htmlit.

Renders images with srcset for responsive loading, with support for various layout modes: right-captioned, centered, left-float, right-float.

module Img = Srcsetter
val responsive : ctx:'a -> ?alt:string -> ?title:string -> Img.t -> Htmlit.El.html