Jump to content
McKay Development

teerullino10

Member
  • Posts

    4
  • Joined

  • Last visited

Community Answers

  1. teerullino10's post in Fetching item images was marked as the answer   
    All I did was change the html deposit section to
    <!-- DEPOSIT MENU --> <div class="deposit"> <h1>Deposit Items</h1> <ul class="deposit"> {{#each items}} <li class="deposit item" data-assetid="{{this.assetid}}" data-classid="{{this.classid}}">{{market_hash_name}} (${{this.price}}) <img src="https://steamcommunity-a.akamaihd.net/economy/image/class/730/{{this.classid}}/150fx125f"> </li> {{/each}} </ul> </div> and it worked like a charm!!
×
×
  • Create New...