mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Update puread files.
This commit is contained in:
parent
1a3455c833
commit
c94d9c53e9
2
src/vender/puread/puplugin.min.js
vendored
2
src/vender/puread/puplugin.min.js
vendored
@ -1893,7 +1893,7 @@
|
||||
sina = $target.attr("real_src"),
|
||||
fixOverflowImgsize = function fixOverflowImgsize() {
|
||||
$img.removeClass("sr-rd-content-img-load");
|
||||
if ($img[0].clientWidth < 400) {
|
||||
if ($img[0].clientWidth < 300 && $img[0].clientHeight < 300) {
|
||||
$img.parent().removeClass("sr-rd-content-center").addClass("sr-rd-content-center-small");
|
||||
} else if ($img[0].clientWidth > 1000) {
|
||||
$img.css("zoom", "0.6");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user