-
AuthorPosts
-
June 8, 2016 at 11:48 pm #645141
Hi sir.
I put Easy Slider, five picture inside, and choose “No Scaling (Original Width x Original Height).
All my images are 600px width x different heights, but when I go to page, these images will shown all at maximum width.
It seems Easy Slider does not “respect” dimensions I specified in option.
I tried to move Easy Slider inside “Column” but the problems persists.
That is terrible… very artefact and annoying that it is not to quick visible how to change.
May you please help me?
Thank you. In private link.June 10, 2016 at 12:39 am #645872No answers yet?
In the meanwhile, I tried to go to “Edit Column” and reduced it to 1/2.
But, again, when I put Easy Slider inside, with option “No Scaling (Original Width….)”, the pictures are stretched to occupy all width at their disposal, no matter to original pictrure dimensions.
This is the main reason I would like to abandon Enfold and ask refund.
If I’m wrong in some way, I would like to know.
Thank you for your assistance. I hope in no further 24 hours.
RobertoJune 10, 2016 at 2:09 am #645927Hi,
Noscaling will not affect the slider height it only try to fit the image inside the container without scaling.
I suggest use the below css adjust the max-height and min height to be same to suit your design and use scale to fit option.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-71 .avia-slideshow { max-height: 230px; minx-height: 230px; }
Best regards,
VinayJune 10, 2016 at 9:27 am #646107And what about width? The width is the problem in my question.
Thank you.June 11, 2016 at 9:26 am #646495No answer?
You can say: Dear Roberto, we don’t have a solution.
And I will save my time making something different to come here to check your answers.June 14, 2016 at 4:38 am #647754Hi,
Note that the images inside the slider will inherit the width of the parent container, in this case, the column element. If you want to show the actual width of the image, set the width property to auto:
.avia-slideshow li img { width: auto; }
Default value of the width property is 100%.
Best regards,
IsmaelJune 14, 2016 at 11:44 am #647905I will pray in order you will leave more than hundred years! It works!
Thank you….. I resolved…. and in the meanwhile I grew a 16 centimeters beard….. THANK YOU Ismael.Roberto
June 15, 2016 at 6:42 am #648412Hi,
Hehe thanks and glad you got it working, Ismael is a genius :-)
Best regards,
RikardJune 15, 2016 at 6:05 pm #648788Ismael for president!
You are genius too!
THANK YOU!June 16, 2016 at 8:01 am #649061 -
AuthorPosts
- You must be logged in to reply to this topic.