If you need an example see the front page posts at http://green.pinguin.land
I do not see any WP Tiles WUD formatted images …
Can you create a page with our short code an give me the URL from this specific page?
Regards, Danny WUD
You can check it out at http://pinguin.land the front page. We use your plugin OF COURSE!
Thanks for using my plugin!
You can change this code in css/wp-tiles-wud-base.css:
/* Background image */
.wp-tiles-wud-image{
position: absolute;
background-position: center;
height:100%; width:100%;
background-size: cover;
transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
}
To this:
.wp-tiles-wud-image {
position: absolute;
background-position: center;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: contain;
transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
}
Notice the extra line: background-repeat: no-repeat; and the changed line: background-size: contain; instead background-size: cover;
Regards, Danny
Your welcome!
Regards, Danny WUD
One advice :
On Category or Tag Title the fonts adjustment start from 20…. you should start from 12….
Regards Danny….
It will be added in the next release,
Regards, Danny 🙂
Sorry for the delay … had a lot of work related tasks to complete in a pretty short time …
After all, here is a new BETA release with this correction included:
https://github.com/Danny-WUD/WP-Tiles-WUD
Will be included in the final release 1.4.8
Regards, Danny