Issue with Audio Module

serveion
@serveion
10 years ago
223 posts
Hello Guys,

I was uploading new mp3 files into my website. I decide i would let the system take the album art from the mp3.
the extraction work, but there is an issue with the size of the image on the audio page, is way to big, i think i should be resize it to fit skin standard.

here i took a ss os the image the is out of place

thank you very much,

i don't know is this is the right place to post issues
updated by @serveion: 11/05/15 10:10:37AM
douglas
@douglas
10 years ago
2,804 posts
The Audio detail page will be getting an update soon that will address this.

For now, you can modify the item_detail.tpl:

ACP > Media > Audio Support > Templates click the modify button for the item_detail.tpl and find this:

                <div class="jraudio_detail_player_right">
                    {jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow" alt=$item.audio_title width=false height=false}
                </div>

and change it to this:

                <div class="jraudio_detail_player_right">
                    {jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow img_scale" alt=$item.audio_title style="max-width:198px;"}
                </div>



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
serveion
@serveion
10 years ago
223 posts
Thank you Very Much, Sorry it took me so long to reply.

Tags