1. mrmark71
  2. Support
  3. Monday, March 30 2015, 05:48 PM
Hi,

I have one more question en a suggestion for the future.

Question:
I give people also the oppertunity to add one video via YouTube.
But this video is all over the page. How do i set this smaller? See attachment.

Suggestion:
Is there a possibility people can add more then one picture?
This is only possible in textearia mode i think.
What i like to see is people can add more pictures by browse en add. Just like the avatar, but then more big.
Maybe you can add thiis for the future?

I can make the picture i add via the image option, more big right?


Regards, Mark
Attachments (1)
admin Accepted Answer
Admin
Hi,
to manage video width you can add this CSS code:
.favoriete_bzn_video_sValue{width:400px;}


each field value is contained in a block with this class: alias_of_fieldValue

Is there a possibility people can add more then one picture?
No sorry, 1 image for each image field type.

What i like to see is people can add more pictures by browse en add. Just like the avatar, but then more big.
Maybe you can add thiis for the future?
Easy Profile is a profiler component (gallery or image manager), so we do not think of adding this in the future:(

I can make the picture i add via the image option, more big right?
You can set size of image via CSS, add this code:
img.foto_van_u_met_bzn{width:400px;margin-bottom:10px;}
  1. more than a month ago
  2. Support
  3. # 1
mrmark71 Accepted Answer
Hi,

Thank you for your help.
I have one more question. what is the code for resize the image of my profile in the content heading. (The image beside author)?

Regards en thanks,
Mark
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
You can add this code:
.art-postauthoricon img.avatar{width:50px;height:auto;}
  1. more than a month ago
  2. Support
  3. # 3
mrmark71 Accepted Answer
Thanks, but the image here isn't round. Only the corners are cut off.
How do i get it roud as nicely as in the memberlist?

regards, Mark
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
try to add these rule
border:1px solid #ddd;
padding: 2px;

so become
.art-postauthoricon img.avatar{
width:50px;
height:auto;
border: 1px solid #ddd
padding: 2px;
}
  1. more than a month ago
  2. Support
  3. # 5
mrmark71 Accepted Answer
I discovered that this problem only is in Internet Explorer.
I use IE11.

With Google Chrome its not a problem.
I didn;t check yet in Safari etc.


Regards, Mark
  1. more than a month ago
  2. Support
  3. # 6
admin Accepted Answer
Admin
ok, try with this:
.art-postauthoricon img.avatar{
width:50px;
height:auto;
padding: 0px;
}
  1. more than a month ago
  2. Support
  3. # 7
mrmark71 Accepted Answer
It's working now... thank you very much for your help.

Regards, Mark
  1. more than a month ago
  2. Support
  3. # 8
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.