Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Allpinguins

    (@takisping)

    If you need an example see the front page posts at https://green.pinguin.land

    Plugin Author AccountClosed

    (@wistudatbe)

    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

    Thread Starter Allpinguins

    (@takisping)

    You can check it out at https://pinguin.land the front page. We use your plugin OF COURSE!

    Plugin Author AccountClosed

    (@wistudatbe)

    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

    Thread Starter Allpinguins

    (@takisping)

    Wow!!!! Looks great!

    Thanks a lot!

    Plugin Author AccountClosed

    (@wistudatbe)

    Your welcome!
    Regards, Danny WUD

    Thread Starter Allpinguins

    (@takisping)

    One advice :
    On Category or Tag Title the fonts adjustment start from 20…. you should start from 12….

    Regards Danny….

    Plugin Author AccountClosed

    (@wistudatbe)

    It will be added in the next release,
    Regards, Danny ??

    Plugin Author AccountClosed

    (@wistudatbe)

    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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Reduce feature images’ is closed to new replies.