imhardikdesai / Nutritions-Meter

The website would compare the nutrition data of two fruit varieties and display the comparison in different types of charts like bar graphs, and line graphs. The website would also include detailed nutritional information regarding the two fruits and provide users with the option to view the comparison in different formats.
https://nutritions-meter.netlify.app/
1 stars 4 forks source link

Change background color and image property #2

Closed mukulpythondev closed 11 months ago

mukulpythondev commented 12 months ago

Change the background color of website and make the images of fruit perfectly fit fix #1 . OnPaste 20231004-081316

netlify[bot] commented 12 months ago

Deploy Preview for nutritions-meter ready!

Name Link
Latest commit 5cc818e66fb8ebe76e6d0ab6d211e97d3f4c4a76
Latest deploy log https://app.netlify.com/sites/nutritions-meter/deploys/652932cd2139f200089ae3a4
Deploy Preview https://deploy-preview-2--nutritions-meter.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mukulpythondev commented 12 months ago

okay i edit my code but the screenshot in your message is not showing

mukulpythondev commented 12 months ago

Now i corrected my code. View the screenshot to check fruit image is showing perfect or not. image

hardikd-zignuts commented 11 months ago

@mukulpythondev You have to add object-fit : contain not fill

mukulpythondev commented 11 months ago

Now changes the property of object fit from fill to contain.