Title: Responsive issues
Last modified: August 22, 2016

---

# Responsive issues

 *  Resolved [Sushi_Overdose](https://wordpress.org/support/users/sushi_overdose/)
 * (@sushi_overdose)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-issues-6/)
 * Hello,
 * I’m changing my website, using “Tempera” theme. I had to custom it a lot to get
   to what I want.
 * Basically, I need to have responsive images that I choose, so your plugin is 
   perfect for me.
 * But testing it on my localhost version of my site, I have a few issues :
 * With the latest versions of firefox and internet explorer, I don’t have a real
   resizing, I just go from the full size to the smallest size for mobile when I’m
   using the smallest browser width – that is already a good point.
 * And with Chrome, well, my image keeps growing way over its real size If I expand
   the browser.
 * That’s the code I use :
 *     ```
       $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
       echo '<img src="'.$url.'"';
       echo tevkori_get_srcset_string( get_post_thumbnail_id($post->ID), 'large');
       echo '/>';
       ```
   
 * I’ve tried to use “full” instead of “large” : same problem.
 * And, to see what I want to do, here’s an example of my online page (so, currently,
   without the plugin) : (So it’s the big image under the navigation that is concerned)
 * [http://www.silence-action.com/2015/03/critique-du-film-voices/](http://www.silence-action.com/2015/03/critique-du-film-voices/)
 * [https://wordpress.org/plugins/responsify-wp/](https://wordpress.org/plugins/responsify-wp/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [stefanledin](https://wordpress.org/support/users/stefanledin/)
 * (@stefanledin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-issues-6/#post-5917803)
 * Hi Sushi_Overdose!
    The `tevkori_get_srcset_string` function actually belongs
   to my fellow competitors plugin, the [RICG Responsive images](https://wordpress.org/plugins/ricg-responsive-images/).
   Is it that plugin you’re using or Responsify WP? Feel free to switch to RWP if
   it is RICG you are using 😀
 *  Thread Starter [Sushi_Overdose](https://wordpress.org/support/users/sushi_overdose/)
 * (@sushi_overdose)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-issues-6/#post-5917865)
 * Oh yes, sorry, I’ve tried both plugins.
 * Well, anyway, a friend of mine solved that issue with a few CSS line.
 * Thanks for your fast answer anyway.
 *  Plugin Author [stefanledin](https://wordpress.org/support/users/stefanledin/)
 * (@stefanledin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-issues-6/#post-5917875)
 * That’s okey 🙂 Good that it worked out for you.
    I hope you stayed with RWP 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive issues’ is closed to new replies.

 * ![](https://ps.w.org/responsify-wp/assets/icon-256x256.png?rev=1209208)
 * [Responsify WP](https://wordpress.org/plugins/responsify-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsify-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsify-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/responsify-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsify-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsify-wp/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)

 * 3 replies
 * 2 participants
 * Last reply from: [stefanledin](https://wordpress.org/support/users/stefanledin/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/responsive-issues-6/#post-5917875)
 * Status: resolved