• Resolved rachjay

    (@rachjay)


    HI,

    I have a number of photos that are in the format of either a Bitmap or Jpeg file and I am wanting to upload them onto my WordPress site. I head into My WordPress dashboard and I am able to upload the photo, however the top and the bottom of the photo/image is always cut off.

    Any ideas appreciated as to why this is happening and how I can resolve this problem. Headless people are not my aim… Please help!

    Chees Rachel

Viewing 1 replies (of 1 total)
  • Hi,

    check with these options:

    – Assign 755 recursive permissions to wp-content folder.
    – Ad this code in htaccess:

    – php_value memory_limit 16M

    – Add this code in htaccess:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Thanks,

    Shane G.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with uploading images to site’ is closed to new replies.