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
Update all svg set heights to widths.
All svgs are square format so this change will work.
IE recognizes width and will proportionately set the height accordingly. However, IE does not recognize height and proportionately set width-- like other browsers.
So we end up with full width svgs like:
The text was updated successfully, but these errors were encountered:
Update all svg set heights to widths.
All svgs are square format so this change will work.
IE recognizes width and will proportionately set the height accordingly. However, IE does not recognize height and proportionately set width-- like other browsers.
So we end up with full width svgs like:
The text was updated successfully, but these errors were encountered: