thedaviddias / Front-End-Checklist

🗂 The perfect Front-End Checklist for modern websites and meticulous developers
https://frontendchecklist.io
Creative Commons Zero v1.0 Universal
68.7k stars 6.42k forks source link

Image elements do not have explicit width and height #489

Closed Jayteezany closed 1 year ago

Jayteezany commented 2 years ago

I realized that image element does not have explicit width and height i would like to fix it. image

faha1999 commented 2 years ago

<img width="100%" height="40" alt="" src="your_url"> or <img width="40" height="40" alt="" src="your_url">

define the width and height of the image using the width and height attributes.

Zeinshirou04 commented 2 years ago

or sometimes for me, if i want to make all the img have the same width, i use css such img { width: 20%; } so i dont have to define all the img width one by one

kaushalyaghadge commented 2 years ago

I would like to help to solve this issue

trishit78 commented 2 years ago

Hello, is this project still open?? if yes ,I would love to work on this, and see if I can contribute to the project. I am a first timer to contribute in open source...

trishit78 commented 1 year ago

Am I assigned for the issue? Thank you :)

On Mon, Sep 26, 2022 at 7:27 PM Rushikesh kale @.***> wrote:

[image: img_name] http://img_url

So the tag holds the whole space for the referenced image.

— Reply to this email directly, view it on GitHub https://github.com/thedaviddias/Front-End-Checklist/issues/489#issuecomment-1258083168, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVSUP3KKRCQACIACLPCHRBDWAGTU5ANCNFSM5632GLQQ . You are receiving this because you commented.Message ID: @.***>

therushikale commented 1 year ago

hey , we would like to take up this issue and solve it.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.