Migrated from: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/896
Tests need to be complemented as well so that we catch this early!
Steps to reproduce
- Go tohttp://en.wikipedia.beta.wmflabs.org/wiki/Lightbox_demo#mediaviewer/File:Swallow_flying_drinking.jpg
- Click share icon
- Click "Embed"
- Click "HTML"
- Select "Small"
Expected behavior
Image tag in textbox will be<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Swallow_flying_drinking.jpg/220px-Swallow_flying_drinking.jpg" alt="Swallow flying drinking.jpg" height="134" width="220">
(or something close enough, arguably we might want to use a bucket size)
Actual behavior
Image tag will be<img src="http://upload.wikimedia.org/wikipedia/commons/5/51/Swallow_flying_drinking.jpg" alt="Swallow flying drinking.jpg" height="134" width="220">
Related Bugs
https://bugzilla.wikimedia.org/show_bug.cgi?id=67323