• Resolved wppower

    (@wppower)


    Hi

    Only the images saved on WordPress’ media are ok (centered and no space to the right (only the normal “tiny” space)) for mobile (iPhone 5s), but images from external URLs using your plugin (not saved on media) are left aligned, so there is a space to the right.
    A solution you provided to another user before didn’t work for me:
    article > a.image-link {
    overflow: hidden;
    }
    I would appreciate a CSS to fix this.
    Thanks,

    https://wordpress.org/plugins/external-featured-image/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi!

    Could you please share a couple of links to your blog, where I can see one regular featured image (which looks good on iPhone 5s) and one external featured image (which doesn’t look good)?

    Thanks!

    Thread Starter wppower

    (@wppower)

    Hi David,
    Thank you for your fast response. I let you know that your plugin is unique, no other plugin does the same, congrats! Site is thepowerstreams.com and for now and for testing purposes the only image saved on Media is the one from this post “Apple iOS 9 Copies Android’s Best Feature” that it’s ok. The other ones (from external URLs and not saved on Media) are left aligned (on mobile) and/or their sizes are wrong. I tried the following:
    img.nelioefi {
    width:424px!important;
    height:202px!important;
    max-width:960px;
    max-height:202px;
    overflow: hidden!important;
    }
    but it didn’t work, the external images on iPhone 5 were bigger than before without right “margin” (the left “margin” was fine).
    Thank you again!

    Plugin Author David Aguilera

    (@davilera)

    Hi! I’ve checked, and it looks good. Are you sure there’s an issue here? Could you please share two links where I can see one post working (because it uses a regular feat. image) and another where it fails (because it uses Nelio)?

    It’s very important you share the concrete links. Otherwise, it’s difficult to understand what’s wrong…

    Thanks!

    Plugin Author David Aguilera

    (@davilera)

    It’s been 1 month since the last message by wppower. I’m closing the thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images on mobile’ is closed to new replies.