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
The "auto" string just means defining "auto" to the alternative text (alt attribute) of image. To use auto keyword correctly, you have to specify which one of width (w) or height (h).
However, auto keyword in CSS means the original image size of image. Thus, it cannot resize to fill of slide yet.
Percentage value such as width:100% was not supported caused by a special case of in-place DOM update in Firefox (#62). But certainly I think percentage should be enabled in an inline image too.
Hi
Putting 'auto' in an image (not background image) to get automatic width doesn't seem to work:
Is this not the correct way to automatically resize the image ?
Would be nice we could resize the image as percentage of slide width or height also on foreground images.
The text was updated successfully, but these errors were encountered: