I noticed we can adjust the width and height for videos by using <video width=“320” height=“240”, etc. So, Im wondering if we can do the same for pictures ??
Hi @devsolver56570,
Yeap. Here’s the documentation for <img>
tag, you can see the height
and width
and other attributes are listed there.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.