Responsive issues
-
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)
https://www.silence-action.com/2015/03/critique-du-film-voices/
- The topic ‘Responsive issues’ is closed to new replies.