auto-web.components.v-img
An img is made of:
url
is where the img is storedalt
what is displayed if image can’t display or for accessibilityname
href
where click will lead to, could be nillabel
text to display below the img (optional).width-kw
width of the picture,:full
is taking the whole width, other are usingpredefined-size
class
is a string that can be added to the img’s class.
v-icon-img
(v-icon-img img)
An img that looks like an icon
v-img
(v-img img width-kw & opts)
Display an img
with its label:
See auto-web.components.v-img for options.
v-labelled-img
(v-labelled-img img width-kw & opts)
Display an img
with a label.
url
is where the img is storedhref-link
where click will lead to, could be nillabel
text to display below the img.width-kw
width of the picture,:full
is taking the whole width, other are usingpredefined-size
class
is a string that can be added to the img’s class.
validate-img-schema
(validate-img-schema img)