i understand the minmax concept.
under what circumstances would i want to use minmax?
maybe pass on an example or 2
MANY THANKS!!
i understand the minmax concept.
under what circumstances would i want to use minmax?
maybe pass on an example or 2
MANY THANKS!!
if you have a 100-pixel wide image in your grid, you probably don’t want its column to get thinner than 100 pixels! The minmax()
function can help us solve this problem.