Support » Fixing WordPress » [WILL PAY FOR HELP] Adjusting background size for PHP feature image loop

  • http://www.pressvogue.com
    Content.php

    <?php
    if ( has_post_thumbnail()) {
     	 echo '<a href="' . get_permalink($post->ID), '' . '" >';
      	the_post_thumbnail();
      	echo '</a>';
    }
    ?>

    Above attached is my loop to post a feature image + permalink onto my homepage site.
    However, I am unable to stretch it so it fills the whole container, like the background picture already present. I tried using style =”background-size: cover;” , but didn’t work.

    Can someone please help? I will send $ to anyone who helps me resolve this problem. (Paypal, etc)

    [closed per forum guideline http://codex.wordpress.org/Forum_Welcome#Offering_to_Pay ]

Viewing 1 replies (of 1 total)
  • Your thread is going to be locked very soon, the forums are a non-commercial thing.

    If you really want to pay money, you can see elance dot com (costy) or browse forum.digitalpoint dot com or wjunction dot com, and search the subforums where on can hire a developer’s help for small sums like 25$. Maybe you won’t be able to create your own thread but you’ll see the threads of the coders and see if they have good rep, after which you can contact them.

    There is also jobs.wordpress.net but I am not recommending them, for a menial job like that, post one job offer, and receive a gazillion spammy offers from people who don’t even have read what you’re asking, and you’ll receive those emails for the next years to come.

Viewing 1 replies (of 1 total)
  • The topic ‘[WILL PAY FOR HELP] Adjusting background size for PHP feature image loop’ is closed to new replies.