Skip to content

Instantly share code, notes, and snippets.

@lklement
Created January 28, 2016 20:52
Show Gist options
  • Save lklement/68feb3d16aa5e22d2018 to your computer and use it in GitHub Desktop.
Save lklement/68feb3d16aa5e22d2018 to your computer and use it in GitHub Desktop.
<%@ page import="com.day.cq.wcm.foundation.Image" %>
<%@include file="/libs/foundation/global.jsp"%>
<%
Image image = new Image(resource);
image.setSelector(".img");
image.draw(out);
%>
<br/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment