您好,我在我的网站上使用以下代码,但它显示如下 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>
答案 0 :(得分:1)
谷歌翻译方面似乎工作正常。但是,您有一种全球风格:
img {
max-width: 100%;
height: auto;
width:100%;
}
只需注释掉或将其移动为基于宽度的类:100%它应该看起来很好。