instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.42k stars 2.42k forks source link

Allow width/height attributes on <source> tags. #2273

Closed buckett closed 6 months ago

buckett commented 8 months ago

Allow width/height on <source> tags so that when contained width a <picture> tag the browser can reserve the correct amount of space and not re-layout the page once the image is loaded.

Test plan:

closes gh-2272

buckett commented 6 months ago

This his been fixed through a different commit and it no longer needed.