diff --git a/src/components/Community/Community.jsx b/src/components/Community/Community.jsx
index 7701b25..d8605c0 100644
--- a/src/components/Community/Community.jsx
+++ b/src/components/Community/Community.jsx
@@ -17,6 +17,8 @@ const Community = () => {
className={`${styles.community__chapter} ${styles.outline}`}
src="assets/images/communities/pydelhi.png"
alt="Pydelhi"
+ width={"auto"}
+ height={"200"}
/>
@@ -24,6 +26,8 @@ const Community = () => {
className={styles.community__chapter}
src="assets/images/communities/rustdelhi.png"
alt="RustDelhi"
+ width={"auto"}
+ height={"200"}
/>
@@ -31,6 +35,8 @@ const Community = () => {
className={`${styles.community__chapter} ${styles.outline}`}
src="assets/images/communities/ilugd.png"
alt="India Linux User Group"
+ width={"auto"}
+ height={"200"}
/>
@@ -38,6 +44,8 @@ const Community = () => {
className={styles.community__chapter}
src="assets/images/communities/foss-united.png"
alt="Foss United Foundation"
+ width={"auto"}
+ height={"200"}
/>
@@ -45,6 +53,8 @@ const Community = () => {
className={styles.community__chapter}
src="/assets/images/communities/ubucon.png"
alt="Ubucon Asia"
+ width={"auto"}
+ height={"200"}
/>