seanx820
Member
Posted 1 year ago #
So I have divided up my website so that different types of posts go to different pages. I.E. for this problem you go to my website
http://www.capsoffplease.com/2.0 then you click on COMICS
http://www.capsoffplease.com/2.0/comics/ and it is showing all the comic posts! Now if you click a comic post title and open up that post individually shadowbox works fine!!!! If you click the image directly from the comics page it does not crop / resize it correctly. Check it out. Don't really know how to troubleshoot this.
http://wordpress.org/extend/plugins/shadowbox-js/
seanx820
Member
Posted 1 year ago #
seanx820
Member
Posted 1 year ago #
so this error actually seems to occur on every plugin that zooms pictures forwards (lightbox, thickbox, etc) anyone have any ideas?
seanx820
Member
Posted 1 year ago #
OK OK OK, i solved it
apparently CSS rules are obviously changed on pages, so just make sure you max-width and max-heigh are set to 100%
you can view any weird css happenings going on with firebug, this was not a plugin issue, just something not expected since css checks were probably never done for this theme with all the modifications i have done, hope that helps people!