I am working on migrating Javascript button to Lightning with Visualforce /Aura component quick action. As per the action settings height can be updated , width is fixed.
Tried multiple ways -
publisher.resize
Aura:HTML tag= style.
None of these are working due to the locker service.
Is there a way to adjust width?
Appreciate the help!!!