Changed file extensions
This commit is contained in:
parent
06861e1658
commit
4b992cad31
7 changed files with 26 additions and 13 deletions
|
|
@ -89,7 +89,7 @@
|
|||
<%if( media instanceof Video ){ %>
|
||||
<jsp:include page="media_video.jsp" flush="false" />
|
||||
<%} else{ %>
|
||||
<A href="content?id=<%=media.getId()%>&size=full" rel="zoom">
|
||||
<A href="content?id=<%=media.getId()%>&size=large" rel="zoom">
|
||||
<IMG src="content?id=<%=media.getId()%>&size=medium" alt="<%=media.getTitle()%>" width="500" > <!-- height="375" -->
|
||||
</A>
|
||||
<%} %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue