Crestron Components Lib - Showcase App

ch5-image: width

ch5-image width 300px

<ch5-image
    alt="Backyard image"
    width="300px"
    url="https://www.crestron.com/Crestron/media/Crestron/GeneralSiteImages/Featured%20Pages/Digital%20Media/all-in-one.jpg">
</ch5-image>

ch5-image width 50%

<ch5-image
    alt="Backyard image"
    width="50%"
    url="https://www.crestron.com/Crestron/media/Crestron/GeneralSiteImages/Featured%20Pages/Digital%20Media/all-in-one.jpg">
</ch5-image>

ch5-image width auto

<ch5-image
    alt="Backyard image"
    width="auto"
    url="https://www.crestron.com/Crestron/media/Crestron/GeneralSiteImages/Featured%20Pages/Digital%20Media/all-in-one.jpg">
</ch5-image>