Amir Akhtar
Amir Akhtar

Reputation: 3

Need Help changeing size of an image

Here is the two images i want the chance the rapper picture to be the same size as skepta image.

http://prntscr.com/eextsd

and here is a picture of my code

http://prntscr.com/eexvln

Upvotes: 0

Views: 35

Answers (1)

Turnipdabeets
Turnipdabeets

Reputation: 6005

The problem is that your images are fundamentally different sizes. You can force it but it will stretch the image. It's best to get the same size from the beginning using a photo editing tool.

If you want though, you can add height to your code and tweak both height and width in both images until you see what you want.

like this:

style="width:60%; height:???"

Upvotes: 1

Related Questions