dct3416
Forum Replies Created
-
Thank you for the suggestion. I corrected the overall quality of the image with this here:
<style>
#slider img.clone {
-webkit-backface-visibility: hidden;
padding: 2px;
}
</style>Why don’t you simply add a left and right margin to your content:
margin-left: 20px;
margin-right: 20px;I use Chrome for all editing and Chrome Canary for inspection. So try this… install Canary then go to http://www.whatsmyuseragent.com/ and locate your specific version of Canary, in my current case its “Chrome/38.0.2097.0”. Then add Chrome/38.0.2097.0 to the “WPtouch>Core Settings>Compatibility>Custom User-Agents” option. You’ll then see WPtouch when you load your site using Canary which makes inspection much easier. The chance of someone using Canary to view your site is very minimal. Keep in mind that if Canary is updated you’ll need to update the user agent string.
The site is locked down so I’m not able to share the url but here are a couple of screenshots from test posts that show the problem:
https://www.dropbox.com/s/r7mdg8w9ppa72bn/wptouch_slider_2.png
https://www.dropbox.com/s/hvdq08p79zpzdkk/wptouch_slider_1.png
I can get it to look better by using a 250x250px image however then the images on a desktop look terrible.
Any suggestions?