Change Album Art Size

Is there a way to change the size of the album art that is displayed? I'd like to make it larger if possible. Thanks!
Brian962 wrote:Is there a way to change the size of the album art that is displayed? I'd like to make it larger if possible. Thanks!
<c:import url="coverArt.jsp">
<c:param name="albumPath" value="${album.path}"/>
<c:param name="albumName" value="${album.albumTitle}"/>
<c:param name="coverArtSize" value="110"/>
<c:param name="coverArtPath" value="${album.coverArtPath}"/>
<c:param name="showLink" value="true"/>
<c:param name="showZoom" value="false"/>
<c:param name="showChange" value="false"/>
<c:param name="appearAfter" value="${loopStatus.count * 30}"/>
</c:import>
coverArtSize: Height and width of cover art.
Brian962 wrote:Is there a way to change the size of the album art that is displayed? I'd like to make it larger if possible. Thanks!