Jump to content
Sign in to follow this  
galsterer

Problem with plugin

Recommended Posts

galsterer

Hi, hope someone can help me. I have a problem with a plugin I really like, the WP Sequence Viewer. It worked great until I updated to 1.3. Now the viewer is only 10px wide, some strange CSS, I can't find out where it comes from, does that: element.style{ display:inline; height:7px; width:10px; } Does anyone know what to do?

Share this post


Link to post
Share on other sites
bryan-hadaway

Can I get a link and point me to where the plugin is? Thanks, Bryan

Share this post


Link to post
Share on other sites
Kate

Hi Bernd - Is there an option for that plugin to specify the height/width of the images? I would check that first. If there's not, you could always add some custom CSS. Something like this:

.seq_viewer{height:170px !important;width:170px !important;}
	.seq_viewer img{height:170px !important;width:170px !important;}

Share this post


Link to post
Share on other sites
galsterer

Thank you, there is a default width in the plugins options, but that was allready set. With the custom CSS it works like a charme! I cant change the size of one separate Sequence Viewer, but that is not so important. Once again, thank you very much!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×