By Alexandra Moor on Tuesday, 02 May 2017
Posted in General Issues
Replies 10
Likes 0
Views 228
Votes 0
Hi Stackideas Support Team,

This is not really a support ticket, it's more a question for best practise hints in order to improve the pagespeed score and the loading time of the website.

https://mychaosland.net
Blog Frontpage

Pagespeed is critisizing the size of the cover pictures. They are large and resized from 1200*800 to about 600x400. There is also a sidebar on the frontpage

https://mychaosland.net/going-south-3
Blog Post

There is no sidebar on the blog post. So the large cover picture is ok.


Question:

Is there a possibility to use a large picture on the blog post and a smaller picture on the frontpage for the same post cover picture. Is it possible to avoid the reisze of the cover picture, which is ok for the the bog post, but is to big for the frontpage ?
Hello Alexandra,

If you are using the post cover functionality in the composer then this is definitely possible because we can control the way the image files are selected as you can see here, http://take.ms/Q20Fn .

I noticed that all of your post uses the post cover (which is awesome) and I have configured this for you so that the post covers would use the medium sized image source instead
·
Tuesday, 02 May 2017 21:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

your response time is also awesome

thanks !
·
Tuesday, 02 May 2017 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Alexandra, glad that your issues are resolved now
·
Tuesday, 02 May 2017 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
One more thing....

There is no option for adjusting the sizes of the pictures ?
For example Large Size 1000x800 instead of 1280x1280.

Which means you can adjust the size exactly to your website layout....
·
Wednesday, 03 May 2017 03:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alexandra,

Unfortunately that isn't possible currently as we have fixed it to these sizes right now
·
Wednesday, 03 May 2017 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Is it possible to suggest this feature for future releases?
·
Wednesday, 03 May 2017 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep sure, go ahead and post this under the feature requests section.
·
Wednesday, 03 May 2017 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you point me to the direction in the code to adjust the fixed sizes just for me ?
·
Wednesday, 03 May 2017 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alexandra,

You could try modifying it in /administrator/components/com_easyblog/defaults/configuration.ini . However, I believe these settings are already stored in the #__easyblog_configs table. You would need to edit that column and modify the value.


main_image_large_width=1280
main_image_large_height=1280
main_image_large_quality=90
main_image_large_resize=within
main_image_medium_width=640
main_image_medium_height=640
main_image_medium_quality=90
main_image_medium_resize=within
main_image_thumbnail_width=480
main_image_thumbnail_height=480
main_image_thumbnail_quality=90
main_image_thumbnail_resize=within
main_image_small_width=320
main_image_small_height=320
main_image_small_quality=90
main_image_small_resize=within
main_image_icon_width=128
main_image_icon_height=128
main_image_icon_quality=70
main_image_icon_resize=within
·
Thursday, 04 May 2017 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post