Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 297 → Rev 298

/trunk/src/org/tela_botanica/client/vues/observation/indicateurs/ImageGeneriqueVue.java
118,6 → 118,7
String urlAgrandie = urlImage.replace("min", "max") ;
imgZoom.setHtml("<img height="+Window.getClientHeight()*0.75+"px src=\""+urlAgrandie+"\" />") ;
imgZoom.setPagePosition( Window.getClientWidth()/2, Window.getClientHeight()/5) ;
imgZoom.setConstrain(true);
imgZoom.setAutoHeight(true) ;
imgZoom.setAutoWidth(true) ;
imgZoom.show(this.getElement()) ;