谷歌翻译api在我的网站上

时间:2015-07-24 12:18:59

标签: google-translate

您好,我在我的网站上使用以下代码,但它显示如下 http://rushdainfotech.in/contact.php 任何人都可以帮助我

<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

1 个答案:

答案 0 :(得分:1)

谷歌翻译方面似乎工作正常。但是,您有一种全球风格:

img {
    max-width: 100%;
    height: auto;
    width:100%;
}

只需注释掉或将其移动为基于宽度的类:100%它应该看起来很好。