什么是移动优化我的 Wordpress 博客的最佳方法,该博客的图像很重,而无需进行特定于设备的图像编辑?我的帖子的一般结构是这样的:
<div class="post" id="post-ID">
<div class="top_o_the_post">
<h2><a href="My URL" rel="bookmark" title="My Title">My Title</a></h2>
<small>My Sub-title</small>
</div>
<div class="entry">
<p>Some Text</p>
<p>More text</p>
<p>Some more text<br>
<table class="pics">
<tbody><tr>
<td>
<a href="My Image URL"><img src="My image src" alt="Foo" width="729" height="427" class="alignnone size-full wp-image-92687"></a>
</td>
<td>
<a href="My Image URL"><img src="My image src" alt="Foo" width="729" height="427" class="alignnone size-full wp-image-92687"></a>
</td>
<td>
<a href="My Image URL"><img src="My image src" alt="Foo" width="729" height="427" class="alignnone size-full wp-image-92687"></a>
</td>
</tr>
</tbody></table>
</div>
</div>