Is it possible to use CSS programmatically to set the attributes of my img tag?
<span><img class="img-dollar"></img></span>
<span><img class="img-royalty"></img></span>
I am looking for a way to specify the src attribute to display an image and adjust its height and width using CSS. How can I accomplish this?