Author: andre
Date: 2010-01-11 21:23:55 +0100 (Mon, 11 Jan 2010)
New Revision: 40477

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/media.tagx
Log:
don not crop the link to embed 


Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/media.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/media.tagx        
2010-01-11 17:38:11 UTC (rev 40476)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/media.tagx        
2010-01-11 20:23:55 UTC (rev 40477)
@@ -20,7 +20,7 @@
     <c:choose>
       <c:when test="${_ eq 'imagefragments'}">
         <mm:relatednodes type="imagesources">
-          <mm:import id="embedtag" reset="true"><mm:image mode="url" 
absolute="true" width="${w}" height="${h}" crop="middle" /></mm:import>
+          <mm:import id="embedtag" reset="true"><mm:image mode="url" 
absolute="true" width="${w}" /></mm:import>
           <mm:image mode="img" width="${w}" height="${h}" crop="end" />
         </mm:relatednodes>
       </c:when>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to