Sweet!
Since I use a child theme, I didn’t want to delete the code from the main theme’s style.css file. But, following your lead, I, instead, added the following code to the child theme style.css file:
/* so meteor slides render at 100% */
#content img {
margin: 0;
max-width: 100%;
}
Worked like a charm!
Thanks sooooo much, Josh! MUCH appreciated.
Love the plugin!
Could you explain a bit more about how to do this? I’d like my slides to render about 28% wider (almost filling margin to margin). (http://www.LeadershipTraction.com)
Should I be putting the #wrapper code above somewhere in the copy of meteor-slides.css I added to my child theme or somewhere else?
Thanks.