It is quite easy to increase the size of a picture on a page of a certain Internet resource. To do this, you just have to change some values of the program code of the picture placed next to it. The new values are expressed as percentages that indicate the expected scaling of this image. When carrying out this operation, you must take into account the native resolution of the computer monitor. It is advisable to check on multiple monitors.
It is necessary
Internet connection, image page, image HTML codes
Instructions
Step 1
Open the picture you want. Carefully study the code of the page and the picture, which contains all its dimensions - height, width.
Step 2
Change in the code that specifies the width of the picture, the existing figures by percent, for example, replace width = "277" with width = "90%". Percentages in this case indicate how much the picture will be stretched after its transformation.
Step 3
Perform similar actions with the code that determines the height of the picture, for example, set the parameter height = "80%" instead of numbers.
Step 4
Save any changes you made.