Have a look here for example Actual images size on displays
short version
You can access it with just
img
for example if you want to display only 50% width you’d add the following in CSS
img { width: 50%;}
Have a look here for example Actual images size on displays
short version
You can access it with just
img
for example if you want to display only 50% width you’d add the following in CSS
img { width: 50%;}