VonBush
09/14/16 04:39PM
Resizing Images?
Does anyone else have this issue? When I click "Original image" the image tends to expand in order to fit into its full resolution. But when I try to revert it back, clicking "Resize image", nothing happens (with the exception that I'm taken to the top of the page. Does anyone have this problem or know how to fix it? Thanks
usernam
10/02/16 10:55PM
It happens with everyone; the HTML is:
<li><a href="#" onclick="Note.sample=false; Post.sample(); $('resized_notice').show(); return false;">Resize image</a></li>
<li><a href="[URL to full-sized image.jp?g/png/gif]" onclick="Post.highres(); $('resized_notice').hide(); Note.sample=false; return false;" style="font-weight: bold;">Original image</a></li>

I will make my userscript fix it: github.com/ProximaNova/Booru-mass-editor
sexydude
10/07/16 06:35PM
usernam said:
It happens with everyone; the HTML is:
<li><a href="#" onclick="Note.sample=false; Post.sample(); $('resized_notice').show(); return false;">Resize image</a></li>
<li><a href="[URL to full-sized image.jp?g/png/gif]" onclick="Post.highres(); $('resized_notice').hide(); Note.sample=false; return false;" style="font-weight: bold;">Original image</a></li>

I will make my userscript fix it: github.com/ProximaNova/Booru-mass-editor


Just refresh the page. Its not an issue
1


Reply | Forum Index