diff --git a/CHANGELOG.md b/CHANGELOG.md index dac975bf1..16c1e5fe4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,12 @@ The links to individual versions below are to copies of the script with the upda - Fix videos being listed as "Forbidden or Private" due to running into Youtube API limits. +### v1.9.6.10 +*2014-10-16* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.10/builds/4chan-X-noupdate.crx "Chromium version")] + +**ccd0** +- Fix replaced WebM thumbnails showing at full height in gallery. + ### v1.9.6.9 *2014-10-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.9/builds/4chan-X-noupdate.crx "Chromium version")] @@ -92,6 +98,8 @@ The links to individual versions below are to copies of the script with the upda ### v1.9.6.0 *2014-10-05* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.0/builds/4chan-X-noupdate.crx "Chromium version")] +Based on v1.9.5.3. + **ccd0** - Update cooldown timers to include 4chan's new 5-minute global thread cooldown. - Fix various cooldown bugs. diff --git a/src/General/css/style.css b/src/General/css/style.css index 2aef8cc93..d3d72830a 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1449,7 +1449,8 @@ div.boardTitle { .gal-hide-thumbnails .gal-thumbnails { display: none; } -.gal-thumb img { +.gal-thumb img, +.gal-thumb video { max-width: 125px; max-height: 125px; height: auto;