Help me get my photo carousel to work on Pinboard. I love Pinboard! and my plugin for a picture carousel provided by All In One Banner. But the carousel only works on IE even tho it is created to work on all brousers.
Support from the plugin maker says it is due to the fact that Pinboard has a general css definition for images that prevent the carousel from adapting to Chrome, Firefox or Safari., and that I should try to comment height:auto;
I tried pasting the css below into the custom area and the carousel still didn’t work outside IE …
img,
video {
max-width:100%;
height:auto;
}
I tried to do this from wp-admin but it doesn’t want to save the modification (maybe the file is write protected)