Hi guyk5,
Honestly to say, I have intended to support small/touch screen in next version. However I cannot have enough time to implement it for now.
reduce the empty space around the image
If “the empty space” is white spaces around the image, you can change its size via “View – Margin” option.
And if “the empty space” is gray spaces around ThickBox window, you need to modify the values below in thickbox.js, to change its size in current version.
var x = pagesize[0] - 150;
var y = pagesize[1] - 150;
Thread Starter
guyk5
(@guyk5)
Hi
I try this value and nothing change
var x = pagesize[0] – 250;
var y = pagesize[1] – 250;
there is some thing more to change in other file ?
and thank you for auto-thickbox-plus
guyk
Sorry for confusing you. Please reduce the numbers and rename thickbox.js to thickbox.min.js.
var x = pagesize[0] - 60;
var y = pagesize[1] - 70;
I have intended to support small/touch screen in next version.
FYI: I implemented mobile support for small-screen devices such as iPhone and Android. The image should be fit into small screen, as shown in this screenshot. It is available by reinstalling the plugin.