function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VenkatBalakrishnanVenkatBalakrishnan 

Resizing Canvas App within a Lightning Component in Console

I am unable to resize the size the canvas app inside the lightning component.  Can you please let me know what is the fix to resolve this?

<aura:component description="xyz" implements="force:lightningQuickAction,force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes" access="global"> 
    <force:canvasApp developerName="xyz" maxWidth="infinite" maxHeight="infinite"/>
</aura:component>

I tried with height (2000px) and width (1000px) but it does not help.  Thanks for your help.