# v-image-fix

To be used with image elements in row, this will just help update the image faster/remove old as you scroll

```
<v-grid-col col-width="107">
  <v-header-template>
    <p>Profile Img</p>
  </v-header-template>
  <v-row-template>
    <image v-image-fix src.bind="rowRef.images"></image>
  </v-row-template>
</v-grid-col>
```

![imagefix](https://3239457875-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA5Fey4Amfw1oMq1Lz0%2F-LA5FnD1RUupgMeQ4_Ms%2F-LA5FusbcWdtvNX2ZDhN%2FAnimation-imagefix.gif?generation=1523744754942552\&alt=media)
