Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #352313

    Hi All,

    I would like the images on my site to be almost full width on a mobile device.

    (http://shutterliving.com/president-francois-hollande/)

    This was resolved in Enfold Version 2. However after upgrading to the latest version this has changed back.

    This is the thread that resolved my previous question:
    https://kriesi.at/support/topic/full-screen-images-on-a-mobile-device/

    #352539

    Hi Jamie A!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .container.template-blog.template-single-blog {
    width: 100%!important;
    max-width: 100%!important; }}

    Regards,
    Yigit

    #352581

    Thanks – Should i remove the old code?

    @media only screen and (max-width: 767px) {
    .container.template-blog {
    width: 100%;
    }}

    #352583

    Hi!

    Yes, you can remove the old code. You are welcome!

    Cheers!
    Yigit

    #352585

    It worked without removing the old code. (however should i still remove it?)

    Also…. When I turn my phone to Landscape can it resize to full screen as well? At the moment it does not resize.

    Thanks in advance

    #352884

    @Yigit,

    Thanks again for all your help.

    I was hoping to fix the issue of the images not resizing when i turn the iPhone to landscape view.
    When I turn the phone around they do not change size at all.

    I was thinking may be it has something to do with this code you suggested in this thread:

    https://kriesi.at/support/topic/size-of-images-on-a-page/

    I’m not sure at all but i would like the images to be see as large as possible

    #353638

    Hi!

    Please add this on Quik CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top .fullsize .template-blog .post .entry-content-wrapper img {
    width: 100%;
    max-width: 100%;
    }
    }

    Cheers!
    Ismael

    #353775

    Thanks a million – Resolved .

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full screen images on an iPhone’ is closed to new replies.