Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.
First off thei sis an excellent plugin and works a real treat on my clients websites it just lacks the ability to set the cover or contain properties and the css offered above does not always work where a body declaration has already been implemented as in tempera theme by cryout creations to make the contain or cover work the followinf CSS is offered up:
body{
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
the !important are only needed if your theme is overiding your body css to run the contain or cover
<p>Newbie here, just migrating several old web sites to WP and needed unique images per page so found this as the best option of a handful of such plugins.</p>
<p>One good feature is that it appears on the Edit Page section in Admin, so easy to manage.</p>
<p>Seems to do everything needed with one little niggle – the images don’t responsively scale upwards (I test on a 40″ monitor for these kind of situations).</p>
<p>Note that images do responsively scale downwards.</p>
<p>Having a „Scale to Fit” option would seem the next step in development to allow for images of all sizes?</p>
<p>Similarly a „Fixed Scale” option for those wanting to use more precise pixel-perfect styling might help too?</p>
<p>Keep up the good work, this IS a nice neat plugin.</p>
<p>I’ll probably be using this on all my eleven site upgrades over the next few months.</p>
<p>=====<br />Up-date (still a newbie on all this) after a few week’s fooling around.<br />Best fix to scaling BG image is add the CSS for</p>
<p>body{<br />background-size:cover;<br />}</p>
<p>Or</p>
<p>body{<br />background-size:contain;<br />}</p>
<p>I’m guessing this depends more on the theme’s coding than this plugin’s function.</p>
<p>=====</p>
<p>Up-date (February 2023) Finally had to bite one bullet and update my sites to newer PHP (8.1) and this looks like it’s finally broken the plugin with: „Warning: Undefined variable $textdomain…” errors appearing.</p>
<p>Looks like I will finally have to move to a newer plugin.</p>