From 8733dd89bef347ea19764983aa6cfad6068d526a Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Wed, 3 Aug 2016 17:38:27 -0500 Subject: [PATCH] docs(): note about ion-img outside virtualscroll (#7474) --- src/components/virtual-scroll/virtual-scroll.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/virtual-scroll/virtual-scroll.ts b/src/components/virtual-scroll/virtual-scroll.ts index 0735321ae3..f939065576 100644 --- a/src/components/virtual-scroll/virtual-scroll.ts +++ b/src/components/virtual-scroll/virtual-scroll.ts @@ -115,6 +115,9 @@ import { VirtualFooter, VirtualHeader, VirtualItem } from './virtual-item'; * makes a HTTP request for the image file. HTTP requests, image * decoding, and image rendering can cause issues while scrolling. For virtual * scrolling, the natural effects of the `` are not desirable features. + * + * Note: `` should only be used with Virtual Scroll. If you are using + * an image outside of Virtual Scroll you should use the standard `` tag. * * ```html *