All of my artwork is anywhere from 600x600 to 1000x1000 (and sometimes larger). When I zoom on the artwork in Subsonic, the art appears to be about 300x300.
Is there a way to display the actual size of the art, or at least increase that size?
Moderator: moderators
osh wrote:I would appreciate more info on what you did to open that zoom in a new tab.
<div style="text-align:right; padding-right: 8px;">
<c:if test="${param.showChange}">
<sub:url value="/changeCoverArt.view" var="changeCoverArtUrl">
<sub:param name="path" value="${param.albumPath}"/>
</sub:url>
<a class="detail" href="${changeCoverArtUrl}"><fmt:message key="coverart.change"/></a>
</c:if>
<c:if test="${param.showZoom and param.showChange}">
|
</c:if>
<c:if test="${param.showZoom}">
<a class="detail" rel="zoom" title="${param.albumName}" href="${zoomCoverArtUrl}"><fmt:message key="coverart.zoom"/></a>
</c:if>
:)
<c:if test="${not param.showZoom and not param.showChange and param.showCaption}">
<span class="detail"><str:truncateNicely upper="20">${param.albumName}</str:truncateNicely></span>
</c:if>
</div>
<c:if test="${param.showZoom and param.showChange}">
| <a class="detail" target="_blank" href="${zoomCoverArtUrl}">Actual Size</a>
</c:if>
Return to Mods, Apps and Clients
Users browsing this forum: No registered users and 4 guests