BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Boss slider image not sharp
- This topic has 6 replies, 4 contibutors, and was last updated 8 years, 2 months ago by Prasad.
Question
April 14, 2016 at 8:10 am #68261@onica-nlHi there,
But having some issues here with the boss slider. It doesn’t matter how big the image is we put in, it doesn’t get sharp. The picture stays with pixels and Retina is far far far far far away.
Any idea how this is possible? We enlarged the image 4x times the 1040 x 400.
Answers
April 14, 2016 at 9:07 am #68274@
AnonymousHi @onica-nl, It’s basic slider
You can change the slider image with following codes.
Add them inside child theme functions.php
add_action('init', 'change_slider_image_sizes'); function change_slider_image_sizes() { remove_image_size('buddyboss_slides'); add_image_size( 'buddyboss_slides', 2080, 400,true); }
You are free to use the master slider, layer slider or revolution slider for tons for features and You have simple options to add shortcode of them from Boss theme options panel
Regards
Varun DubeyApril 14, 2016 at 9:08 am #68275@
Anonymous2080 is width and 400 is height, you can free to use as per your requirement
Regards
Varun DubeyApril 22, 2016 at 8:47 am #69335@onica-nl@vapvarun the issue is that no matter what size we upload the images, for slider, or buddypress cover, they wont get retina. So we only see pixel images.
We use the retina plugin so we now for sure that we have quality images, but in the boss theme none of the images get retina.
So for instance the cover photo should be more then 1500×500.. we’ve uploaded a 3000X1000 and still the images are poor quality. The slider width and height should be 1040×400.. we’ve uploaded a triple variant of that and it still not pixel free, sharp, retina, but just poor quality.
Do you know what is wrong??
April 23, 2016 at 4:05 am #69547@
Anonymoushi @onica-nl
If you are looking for Retina ready slider you can use paid slider plugin like layer slider, revolution sliderRegards
Varun DubeyAugust 16, 2016 at 11:38 pm #72715@inglesdeI have the same problem, but with all the images, all of them look very poor quality and I am not using any retina lugin
Regards
August 24, 2016 at 7:52 am #72931@prasad-bhandarkarThis may be related to wordpress compressing images. Go to Setting->Media and blank out media sizes to disable compression.
- You must be logged in to reply to this question.