Placing a discount range of an image?

I need to put the discount percentage of a product on the product image . How can I do this?

Use html and angular to print discount on page layout and use css for making styles. You should look at position: absolute in css. It should help you.

1 Like