You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support hi-res monitors/phones, can the requested image size be separate from the img display size? Even when I hard-coded a width/height, the values get overridden.
<img width=40 size="80"...>
The text was updated successfully, but these errors were encountered:
The feature has been implemented. Now, the ratio of requested image size to displayed size can be configured via ratio property or forRoot() method. By default, it is set to 2.
First of all—thanks for putting this together!
To support hi-res monitors/phones, can the requested image size be separate from the img display size? Even when I hard-coded a width/height, the values get overridden.
<img width=40 size="80"...>
The text was updated successfully, but these errors were encountered: