How to fit background image in cpagrip content locker?

owais ali

BANNED
Joined
Jan 23, 2019
Messages
65
Reaction score
23
I am copying the imgur link and pasting it in the css style of cpa grip template code but the picture is showing up weirdly in the content locker. How do i fix this?
 
Weirdly exactly how? Is it distorted?

Check the dimensions of the image. Probably there's a size requirement for the locker, so you need to transform (resize, crop) the pic to fit the dimension, so it won't get distorted.
 
Weirdly exactly how? Is it distorted?

Check the dimensions of the image. Probably there's a size requirement for the locker, so you need to transform (resize, crop) the pic to fit the dimension, so it won't get distorted.
ok so how do i find out what is the size requirement for the specific locker?
 
ok so how do i find out what is the size requirement for the specific locker?
If it's not listed anywhere, make the locker, download the picture and check the dimensions. If it's not working, ask your AM.
 
On a second thought, the downloading won't work, because you'll download the image from imgur, where you uploaded it. lol Instead try to look at the CSS, if there's any hint about scaling/resizing. You can also make a screenshot of the locker and crop the distorted pic, so you can at least check the aspect ratio. This way you can figure out what to do with the pic, resize or crop or both. But if you can't find exact info about this detail anywhere, the easiest is to ask your AM.
 
I am copying the imgur link and pasting it in the css style of cpa grip template code but the picture is showing up weirdly in the content locker. How do i fix this?
See the aspect ratio and put"."png at the end of the url imgur url. You need to upload first.
Example
Imgur.com/abc
To
Imgur.com/abc.png
 
Back
Top