closed Images Blurry on Soundcloud and Crop themselves in general

Annush
Annush
@annush
6 years ago
229 posts
Hi
I searched and found here https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/50586/soundcloud-images-blurry-in-lists/search_string=images+cropt
about Blured images but don't understand the solution - I'm using FollowMe skin - as well as that the image loads corectly even though I cant visually see it but gets croped automatically after the 'save' is clicked.
Before, we could see the uploaded images and had a choice to crop them. Now I don't see this feature.
Thanks
updated by @annush: 07/19/19 04:27:54AM
michael
@michael
6 years ago
7,692 posts
The solution in the other thread is to go into jrSoundCloud_item_list.tpl add in a {debug} to see what variables you have available to you at that point, then see if any of the other variables are better quality. If there is one that is better quality, then use its name value instead of the current one.

These are images that come from soundcloud, so you're only going to be able to use a better image if they provide one to use.

the solution will be something like this:
<img src="{$item.soundcloud_artwork_url|replace:"-large.jpg":"-t500x500.jpg"}" .......
which means soundcloud is providing some-image-name-large.jpg and will change it to some-image-name-t500x500.jpg
Annush
Annush
@annush
6 years ago
229 posts
Thank You. We will try to acomplish what you say.

Tags