Want to increase images width and height

0
Hey Everyone, I want to use a 450 * 450 pixels image size (as a ICON), in my application, but not able to do that, could you please suggest any widget which behave like button or link.
asked
1 answers
0

To do this you should:

  1. add an ‘Image_collection’ to your project
  2. add your image to that collection
  3. place a static image-widget on your page
  4. add a microflow to that widget’s on-click event
answered