mhudson324
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Carousel] Change width of wpic_contentAlso it shows that the CSS is inactive in the editor ? So even if the relevant CSS is added it seems its not used anyway as the width is set by the settings page.
Is there anyway to undo this so that you have the option to layout the plugin to suit your siteLooking into this more div.wpic_container has no set width and adjusts its size depending on the resolution of the window. So thats half the battle.
div.wpic_content as you stated uses the width of the image set in the settings and assume that the extra is from padding. Now the browser correctly adjusted whatever produces the width (assume that comes from JS) and generates the CSS code relevant.So a possible solution would be to have the CSS override the settings in the control panel OR as i can currently do in FF web console inspector by adjusting the CSS the browser sees to 100% instead of the provided px this still gives the correct image diameters when at fullscreen but reduces the content div if the screen size is decreases
Forum: Plugins
In reply to: [WP Image Carousel] Change width of wpic_contenthey ziv
Unfortunately having a width set that way does not work with mobile sites or browsing in a smaller window since it will expand off the side.
For a site to work on both iDevices as well as desktop browsers correctly you need that flexible width. The rest of the WP theme works fine with differing width pages its just this plugin that has a fixed width.Im pretty sure there will be a way to change the setting to use 100% rather than a set pixel width as this standard on the web I just can’t see where to change the option
When using FF Web console Inspector its easy to change the width so its set to 100% however the CSS that the browser sees does not show in your CSS code.
By changing the Width within FF it give a preview where the width is 100% as you reduce the page size it correctly reduces the number of images on show down to a single images such as you would see on a phone.