[Tickets #13563] screen photo settings size
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Sep 15 07:07:53 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13563
------------------------------------------------------------------------------
Ticket | 13563
Created By | bonnaud at hotmail.com
Summary | screen photo settings size
Queue | Ansel
Version | 3.0.1
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
bonnaud at hotmail.com (2014-09-15 07:07) wrote:
While viewing the picture the configuration setting
$conf[screen][width] and $conf[screen][height] set the actual size of
the picture that will be displayed.
What I'm proposing is that would be set to be the maximum size of the
picture on the screen and not the actual size.
This is partly a bug too because if it's set too big, the picture will
go under the menu at the right. Too small you just can't view it
correctly.
while displaying, the img tag is set like this
<img id="ansel-photodiv" width="2592" height="1936"
src="http://mail.spagi.net/ansel/images/.horde/ansel/22/screen/22.jpg"
style="">
I've tried to modify it live in chrome with
<img id="ansel-photodiv" width="100%" height="100%"
src="http://mail.spagi.net/ansel/images/.horde/ansel/22/screen/22.jpg"
style="">
and this actually work better as the picture will change size
following the size of the browser and thus will look great on
different resolution. I unfortunatly have absolutly no idea where to
make this modification in the code of wither ansel or horde to change
de view like this.
More information about the bugs
mailing list