Front-End-Checklist
Front-End-Checklist copied to clipboard
Image elements do not have explicit width and height
I realized that image element does not have explicit width and height i would like to fix it.
<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.
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
I would like to help to solve this issue
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...
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: @.***>
hey , we would like to take up this issue and solve it.
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.