Hello guys, here is my portfolio project… I want an advice on one matter: in my portfolio section I want the size of the first image to align with all other images (all equal sized I mean). If you would see the portfolio on new tab, you will see that the vertical length of the first image doesn’t match with remaining images. I want all of them to appear equal sized. How should I do that. Here is the portfolio link: http://codepen.io/verv0eren/full/rLQqGg/
Also you can give any other suggestion & advises too.
Hey @jinrawx very much thank you for those suggestions with useful links! I’ll try them.
Also can you enlighten me on following matter?: If you would see the portfolio on new tab, you will see that the vertical length of the first image doesn’t match with remaining images. I want all of them to appear equal sized by cropping the first image. How should I do that.
This mainly has to do with the the first image being a different size than the rest of the images.
For something like this, I would crop the first image using an image editing program so that it has equal proportions to the other images, and then import it into the page.
Alternatively, you can try using media queries and messing around with css properties like max-height, max-width, and height, and height.
1 Like
hey thanks again… as you said, equal proportions i.e. same aspect ratio is the key. I was previously fooling around using pixels but wasn’t getting any results as images were of very different sizes. I cropped the image for same aspect ratio and it works now! (i used GIMP for editing btw.)
1 Like
Awesome! I’m glad you solved the problem!
1 Like
You kept it nice and simple, which is great, I like the green color you chose too. Just a few suggestions: switch out your navigation tabs so that the “about” is first and the “contact” is last. Add your name on the first page (perhaps centered or pulled left).
1 Like