From a5bbbd55cbd0e256614b6a1062aabbab4b1f21bd Mon Sep 17 00:00:00 2001 From: mhartington Date: Fri, 20 Jan 2017 16:50:03 -0500 Subject: [PATCH] docs(img): add note for virtual-scroll Ref #10093 --- src/components/img/img.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/img/img.ts b/src/components/img/img.ts index c00d8265c43..6c591dd623a 100644 --- a/src/components/img/img.ts +++ b/src/components/img/img.ts @@ -28,6 +28,8 @@ import { Platform } from '../../platform/platform'; * of images within a scrollable area, then `ion-img` would be better suited * for the job. * + * > Note: `ion-img` is only meant to be used inside of [virtual-scroll](/docs/v2/api/components/virtual-scroll/VirtualScroll/) + * * * ### Lazy Loading *