August 1, 201213 yr If I specify style=noscroll, then the image fills the web viewer, and I can't scoll down to click the hidden "delete" button I tried to specify ?style=noscroll+height=100 , to make the image smaller, but this fails As a work around, I probably could add a scripted Trash Icon, to delete the image Is there any way to specify noscroll AND height ? greg
August 7, 201213 yr I tried to specify ?style=noscroll+height=100 , to make the image smaller, but this fails Is there any way to specify noscroll AND height ? This should appear as: ?style=noscroll&height=100 This is how you would specify noscroll and a height parameter. Also, you can force the delete button to show by using the "showdelete" style parameter as follows: ?style=noscroll+showdelete&height=100 I hope this helps,
Create an account or sign in to comment