Hello, I had the same wish, pictures getting awfully stretched in post/slider display.
Although I could not see any changes on its size (full width - gallery - post) after adding that given CSS tweak. Could you please Sir tell me where I should add those lines (I added them at end of main "style.css", may be i'm misunderstanding something) ?
Example : http://studio.neq3.com/?p=1 , the first picture portrait oriented, is displayed at 1232*943 while it's originally just a 450*600).
Thanks in advance for your attention.
And by the way that theme ROCKXX First time I'm buying one. So sexy.
Edit : I've tried thru custom CSS with the plugin, not better. Still 1232*943. ?
Adding in Custom CSS plugin is ok, but as I see on your page it doesn't work for now. To make it read your custom CSS you have to set up permailinks: Go to Settings->Permalinks and set them to post name
Comments
Use this cusomt CSS to hide buttons
.flex-control-nav{To hide author info follow this http://support.apollo13.eu/discussion/comment/2357#Comment_2357display: none !important;
}
With regards.
--Juste few questions. In a single blogpost, in my slider i want my portraits pics in 450X900, but there are resized in big format !
-On the blog page, i don't want see featured slider, but only featured image, and then after the slider only in the post. O-o
-Last question, can i remove the white border around slider ?
Sorry for my bad english, it's hard for me
thank you
advance/utilities.phpline ~518 and change:if( empty( $img_or_vid ) || $img_or_vid == 'post_image_1' ){to:if( empty( $img_or_vid ) || $img_or_vid == 'post_image_1' ||((is_home() || is_archive() || is_search()) && $img_or_vid == 'post_slides_1') ){Use this custom CSS:.flexslider{With regards.border: none !important;
}
I send you mp for my first question. It's ok for others, ty !
Great support !!
Thank you !
.flexslider .slides img{With regards.max-width: 100%;
width: auto !important;
margin: 0 auto;
}
Thank Yoou !
Although I could not see any changes on its size (full width - gallery - post) after adding that given CSS tweak. Could you please Sir tell me where I should add those lines (I added them at end of main "style.css", may be i'm misunderstanding something) ?
Example : http://studio.neq3.com/?p=1 , the first picture portrait oriented, is displayed at 1232*943 while it's originally just a 450*600).
Thanks in advance for your attention.
And by the way that theme ROCKXX
First time I'm buying one. So sexy.
Edit : I've tried thru custom CSS with the plugin, not better. Still 1232*943. ?
Adding in Custom CSS plugin is ok, but as I see on your page it doesn't work for now. To make it read your custom CSS you have to set up permailinks: Go to Settings->Permalinks and set them to post name
Lets hope that will help.
With regards.
You were right, it works now !
Don't really get why but, hey, it does
Thanks a lot.