• Resolved jjanthony

    (@jjanthony)


    For some reason the images in my blog posts are stretching to the full size of the page – on an image that is supposed to be 80×180 it stretched to 1120 on the width. It is linked to a document. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jjanthony

    (@jjanthony)

    If I remove the wordpress formatting in the source and do it the old fashioned way it comes out fine. But I’d like to just be able to use the WP functionality for adding and manipulating images especially seeing as I’m going to eventually had the site off to someone with even less knowledge than I have. Thanks.

    Thread Starter jjanthony

    (@jjanthony)

    Another workaround is to use an alternate size besides the “full size” option. Still have the same dilemma with handing off the site though.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Sorry for our late response.

    Can you give us a link to your website?

    Thread Starter jjanthony

    (@jjanthony)

    The site is here (in subfolder as it’s not live just yet)
    mercyseat.net/mscc/
    For example, the small picture of the pamphlet at the bottom of this page will show up very large if I just use the media button in the editor:
    https://mercyseat.net/mscc/2015/10/07/protest-birth-control/

    Thanks!

    Theme Author shufflehound

    (@shufflehound)

    Can you also insert that image in large size?
    We want to see this issue in live website.

    Best regards,
    Shufflehound team

    Thread Starter jjanthony

    (@jjanthony)

    I switched it out for the original formatting, https://mercyseat.net/mscc/2015/10/07/protest-birth-control/

    This is the code from using the “Add Media” button:
    <img class="alignright size-full wp-image-336" src="https://mercyseat.net/mscc/wp-content/uploads/2015/10/protest-birth-control.jpg" alt="protest-birth-control" width="80" height="180" />

    And here is code simplified by me to get it to work:
    <img align="right" src="https://mercyseat.net/mscc/wp-content/uploads/2015/10/protest-birth-control.jpg" alt="protest-birth-control" width="80" height="180" />

    Thank you!

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    First code snippet shows that it have ‘size-full’ class, which means to set it to the full size. That could be the issue.

    Thread Starter jjanthony

    (@jjanthony)

    For some reason that snippet is automatically added no matter what size I choose in the “Add Media” dialog. It is the culprit, but why is it added? My concern is that at some point I will have to hand this off to someone who is not familiar with changing code. If it is the theme it would be great to have it fixed, especially since I plan on using the theme in the future – it’s an awesome theme.

    Theme Author shufflehound

    (@shufflehound)

    If you don’t want to use this class, you can overwrite it by using something like this:

    body .size-full {
       width: auto!important;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Huge images’ is closed to new replies.