diff --git a/spa/social/views.py b/spa/social/views.py index 0f26ffa..1999352 100755 --- a/spa/social/views.py +++ b/spa/social/views.py @@ -38,7 +38,7 @@ def mix(request, args): except Mix.DoesNotExist: raise Http404 - image = mix.get_image_url('320x320') + image = mix.get_image_url('1500x1500') audio_url = mix.get_stream_path() mix_url = mix.get_absolute_url() default = _getPayload(request)