Front-End-Checklist icon indicating copy to clipboard operation
Front-End-Checklist copied to clipboard

Image elements do not have explicit width and height

Open Jayteezany opened this issue 2 years ago • 1 comments

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

Jayteezany avatar Aug 18 '22 05:08 Jayteezany

<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.

faha1999 avatar Aug 27 '22 18:08 faha1999

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

Zeinshirou04 avatar Sep 21 '22 01:09 Zeinshirou04

I would like to help to solve this issue

kaushalyaghadge avatar Sep 21 '22 06:09 kaushalyaghadge

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 avatar Sep 25 '22 13:09 trishit78

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: @.***>

trishit78 avatar Sep 26 '22 15:09 trishit78

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

therushikale avatar Sep 26 '22 16:09 therushikale

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.

stale[bot] avatar Dec 24 '22 01:12 stale[bot]