fossasia / gci18.fossasia.org

FOSSASIA Google Code-In Website 2018 https://gci18.fossasia.org
GNU General Public License v3.0
1.19k stars 96 forks source link

Resize images of students and mentors to same ratio (#603) #633

Closed kksinghal closed 5 years ago

kksinghal commented 5 years ago

Changes done in this Pull Request

Description / Changes

  1. The unequal ratios of images was leading to spaces in students and mentors section .
  2. Some images were not even visible due to different extension in image and src . So , fixed these .

Screenshots if any:

Before:

image image

After:

image image


rpotter12 commented 5 years ago

@KSNINJA your preview link is switching current page to your fork repo. Please provide a preview link of the site with your changes.

kksinghal commented 5 years ago

Earlier , I just made the ratio 1:1 , now I made a constant size for images to 240:240 pixels . You can review now .