Reset Caches
Using Jamroom
izhmel:
Reset Memory Cache check box don't work
/core/cache_reset
Reset Memory Cache check box don't work
/core/cache_reset
It will be disabled if you have developer mode turned on.
Hope this helps!
{if jrCore_is_mobile_device()}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
style="max-width:72px;max-height:72px;"
}{else}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
width=false
height=false
}{/if}
{if jrCore_is_mobile_device()}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
width=72
height=72
}{else}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
width=false
height=false
}{/if}