By Paul Murray on Friday, 07 August 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 380
Votes 0
Hello Support

Where can I change the size/width of a Blog pciture/cover.

a) In the Blog App list view e.g.:
http://finalbug.net/profiledrop/500-archy/99-blog

b) In the stream view:
http://finalbug.net/stream

please advise

Paul
Hello Paul,

This is file is from stream item: ../media/com_easysocial/apps/user/blog/themes/default/streams/user/create.content.php and this is for Blog App list view: ../media/com_easysocial/apps/user/blog/themes/default/profile/item.php

Hope this helps.
·
Friday, 07 August 2015 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nik

So I have to go into these files and find what ever is effecting the width of the pictures.
Edit it to my desired width.
And then make sure that I replace these files every time I do an update?

Is there a way to do this in the custom.css file?

best

Paul
·
Friday, 07 August 2015 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

Yes, you can also use the custom css:

Stream:

body div#fd.es .es-stream-content .blog-description img {
max-width: 190px !important;
}


Blog App listing view:

#fd .es-profile .app-blog .blog-list li.blog-item .blog-image {
max-width: 190px !important;
}

·
Friday, 07 August 2015 18:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nik

That is a huge help.

thanks

Paul
·
Friday, 07 August 2015 18:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

You're welcome.
·
Friday, 07 August 2015 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post