Is it possible to get the width of all images the divs and then set #content css to that value with jquery? Im using a horizontal layout for a project and need to add images from time to time.
<div id="content">
<div class="entry">
image
image
</div>
<div class="entry">
image
image
</div>
</div>