Cover Image size problem. please tell me how to fix this thing.

Hemadri C Posted in Technical Support 9 years ago

We are fixing the size for cover image. But we are upload an image for cover pic it is not shows total image in fixed size what size or location we are allotted for the cover image. Please tell me how to solve this thing.

Replies
in Hemadri C Replied 9 years ago

For fixed size of Cover pic
1. Open the file PROFILE.PHP by using following path
components\OssnProfile\plugins\default\profile\pages\profile.php
2. Find the code follows
img id="draggable" class="profile-cover-img" src="php echo $cover; ?>"
style='position:relative;top: php echo $covertop; ?>;left: php echo $coverleft; ?>;'
3. In the above code just remove the code --- id=draggable ----
4. Add this code --- height = "315" width="848" ---- after src= php echo $cover_left; ;'
5. Finally save the file PROFILE.PHP once again.
***NOTE:* This code is for 3.01 ver. Reaming versions i don't know because am using 3.01 ver only.**