solved How to change size of cover photo used on profiles ?

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
i am using the audio pro skin and wanted to know where can i go exactly to change the size of the cover photos used on profiles so it will match the cover photos we use on facebook? its almost there but it cuts off the top?
updated by @zachary-moonshine: 04/18/17 05:50:52PM
Dazed
Dazed
@dazed
7 years ago
1,022 posts
Not sure what you are trying to accomplish 100% but look at profile.css. Look at profile_header.
nate
@nate
7 years ago
917 posts
It's the profile_header.tpl you'll want to play with the crop.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
thanks guys let me check that out and see if i can do anything
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
this is the line of code for the crop right ? i changed the crop to 0 but then it was too big?
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_header_image" item_id=$_profile_id size="1280" class="img_scale" crop=$crop alt=$profile_name _v=$profile_header_image_time}
not sure if anyone here can help with this but the size of a facebook cover image is 850 x 315
douglas
@douglas
7 years ago
2,790 posts
Check out the docs on the image parameters:
https://www.jamroom.net/the-jamroom-network/documentation/modules/2863/image-support

There is a crop section there too.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
ok great i got it crop=(any number):(any number) and made it crop="850:315"
now it looks perfect
nate
@nate
7 years ago
917 posts
There is a variable created to switch the crop on mobile. That's where you wanna change numbers. That crop on mobile probably won't work.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
it looks good on my android
nate
@nate
7 years ago
917 posts
Great.