Sourcefabric Manuals

 English |  Español |  Français |  Italiano |  Português |  Русский |  Shqip

Newscoop 4.3 Cookbook

Expanding Article Images

Go to Configure -> System Preferences in the admin interface menu, look for the "Zoom enabled for images in article content?" setting and mark Yes. 

If disabled, article images will still be displayed but they won't be clickable to zoom.


When enabled output generated by Newscoop for images inserted in article body will look like this:

<div class="cs_img">
    <p>
       <a href="<url_to_original_size_image>" class="photoViewer" title="">
           <img src="<url_to_image_resized_by_editor>" border="0">
       </a>
    </p>
</div>

As You see there is resized image that links to original size image. Now all we need to do is to use some javascript overlay/modal window to show it nicely to readers. 

There has been error in communication with Booktype server. Not sure right now where is the problem.

You should refresh this page.