mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
docs(virtual-scroll): fix broken link to ion-img (#10555)
This commit is contained in:

committed by
Brandy Carney

parent
2c2b87b0b9
commit
1128c8b8a2
@ -107,7 +107,7 @@ import { VirtualFooter, VirtualHeader, VirtualItem } from './virtual-item';
|
|||||||
* to manage HTTP requests and image rendering. While scrolling through items
|
* to manage HTTP requests and image rendering. While scrolling through items
|
||||||
* quickly, `<ion-img>` knows when and when not to make requests, when and
|
* quickly, `<ion-img>` knows when and when not to make requests, when and
|
||||||
* when not to render images, and only loads the images that are viewable
|
* when not to render images, and only loads the images that are viewable
|
||||||
* after scrolling. [Read more about `ion-img`.](../img/Img/)
|
* after scrolling. [Read more about `ion-img`.](../../img/Img/)
|
||||||
*
|
*
|
||||||
* It's also important for app developers to ensure image sizes are locked in,
|
* It's also important for app developers to ensure image sizes are locked in,
|
||||||
* and after images have fully loaded they do not change size and affect any
|
* and after images have fully loaded they do not change size and affect any
|
||||||
|
Reference in New Issue
Block a user