Hi,
For some reason, My full pictures are being cropped on the portfolio page:
http://quillor.com/pierre/angelshill/portfolio-item/living/
I need for the entire picture to be displayed.
Help please.
Hi,
For some reason, My full pictures are being cropped on the portfolio page:
http://quillor.com/pierre/angelshill/portfolio-item/living/
I need for the entire picture to be displayed.
Help please.
Hi,
Did you change anything on the custom.css ? You can control the slider images in functions.php just find this code
$avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>930, 'crop'=>false); // big images for lightbox and portfolio single entries
You can try to change cropping to true and change the width and height.
Regards,
Ismael
Dear Mr. Ismael,
I have tried changing "crop'=>false" and tried changing height but it remained un-changed.
Please suggest.
Your urgent response will be highly appreciated.
Thank you
PS: changing of height on this portfolio entry page code also does not have any impact.

Dear Mr. Ismael,
I have tried changing "crop'=>false" and tried changing height but it remained un-changed.
Please suggest.
Your urgent response will be highly appreciated.
Thank you
PS: changing of height on this portfolio entry page code also does not have any impact.
<!-- 
Dear Mr. Ismael,
I have tried changing "crop'=>false" and tried changing height but it remained un-changed.
Please suggest.
Your urgent response will be highly appreciated.
Thank you
PS: changing of height on this portfolio entry page code also does not have any impact.
its urgent please.
Thank You.
Hi!
Did you regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/ after your "crop'=>false" code mod?
Best regards,
Peter
http://quillor.com/pierre/angelshill/portfolio-item/breakfast-nook/
I regenerated that image on above link by using regenerate thumbnails plug in but the result is same.
Please help further.
Your urgent response will be highly appreciated.
Thank you
Regards
its urgent please.
Thank You.
Hi throsenb,
Each time you post a response here it actually pushes your post back further in our Queue system since we go by oldest posted within each topic. Just keep that in mind to get a quicker response in the future :)
As for the issue, you have the following css in your custom.css file which is preventing your images from showing fully:
.slideshow_container.slide_container_small {
max-height: 216px!important;
overflow: hidden;
}
You just need to remove that and the images will be able to show all the way.
Regards,
Devin
Thank you, will contact you if any further assistance required.
Regards
Glad we could help :)
I'll mark this topic as resolved. Just make a new topic if you have any other issues or questions.
Regards,
Devin
This topic has been closed to new replies.