Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

mui image

<Box
  component="img"
  sx={{
  height: 233,
  width: 350,
  maxHeight: { xs: 233, md: 167 },
  maxWidth: { xs: 350, md: 250 },
  }}
  alt="The house from the offer."
  src="https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&w=350&dpr=2"
  />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mui #image
ADD COMMENT
Topic
Name
9+1 =