• gungus

    (@gungus)


    Hi,

    My images do not resize within posts. The are large and go beyond the center container. FYI, I have Nextgen Gallery installed as well.

    Is there a way to make the images fit within the center container? Any assistance is much appreciated.

    Thanks~
    gus

Viewing 2 replies - 1 through 2 (of 2 total)
  • bytesforall

    (@bytesforall)

    The auto image resizing is only applied to local images inserted through WP in “full size” mode as it was causing issues with external images in earlier Atahualpa versions.

    There is however a jQuery script in the header that resizes all “images inside posts” for IE6. You could make that work for all browsers, and let me know if that works well.

    This would not re-resize images when the visitor resizes his browser window. But that shouldn’t happen very often.

    To do this, find in header.php

    if ($bfa.browser.msie && /MSIE 6\.0/i.test(window.navigator.userAgent) && !/MSIE 7\.0/i.test(window.navigator.userAgent)) {

    and delete it, and about 28 lines farther down, find

    });
    	}

    and change it to

    });

    Thread Starter gungus

    (@gungus)

    Thanks for your response. I went in and manually adjusted the size because I hadn’t posted too many photos yet. ??
    I’m still exploring.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Atahualpa: Images not resizing within posts’ is closed to new replies.