About 607,000 results
Open links in new tab
  1. How to adjust size of bootstrap icons from HTML code

    Mar 24, 2022 · Learn how to adjust the size of Bootstrap icons directly from HTML code with step-by-step guidance and practical examples.

  2. html - Setting size for icon in CSS - Stack Overflow

    Nov 24, 2014 · Learn how to set icon sizes in CSS effectively with this Stack Overflow discussion and find solutions for various scenarios.

  3. How to change mat-icon size in Material - Stack Overflow

    Learn how to adjust the size of material icons in your project using various methods and CSS techniques.

  4. How to change size of mat-icon on Angular Material?

    Since Angular Material uses ' Material Icons ' Font-Family, the icon size depends on font-size. Therefore, if you want to modify the size of the icon then you change its font-size in your CSS file.

  5. How to resize (height and width) of an IconButton in Flutter

    Mar 10, 2018 · 14 If anyone's looking to change the Splash/Hover shadow size for the icon buttons. You need to set splashRadius property to the desired value in the IconButton.

  6. Resize Google Maps marker icon image - Stack Overflow

    When I load an image into the icon property of a marker it displays with its original size, which is a lot bigger than it should be. I want to resize to the standard to a smaller size. What is the...

  7. java - How to resize JLabel ImageIcon? - Stack Overflow

    Dec 9, 2015 · [icon][icon][icon][....] where icon = jlabel and the user can add more icons When the user adds or removes icons, the others should shrink or grow. My question is really …

  8. Resizing SVG in HTML? - Stack Overflow

    I know with a JPEG or whatever I could have it stored as a 50 by 50 icon, then actually display it as a (rather pixelated) 100 by 100 thumbnail (or 10 by 10), by manually setting the height and …

  9. Material icon size adjustment in Jetpack Compose?

    Oct 15, 2020 · Jetpack compose provides a nice Icon() object to display icons that accepts a vector asset. Typically, you are able to set the size via a modifier: Icon(Icons.Filled.PersonPin, …

  10. How to enlarge the SVG icon in Material UI iconButtons?

    Apr 7, 2016 · You have to set the size of the icon in the iconStyle prop in <IconButton>. Example below from the material-ui docs. From my experience, if you set just the height or the width, …