pub fn img_limits(
child: impl IntoUiNode,
limits: impl IntoVar<Option<ImageLimits>>,
) -> UiNodeExpand description
P Sets custom image load and decode limits.
If not set or set to None the IMAGES.limits is used.
See also img_downscale for a way to still display unexpected large images.