• Resolved dollobserver

    (@dollobserver)


    I’m having an issue with the width of the image is the slider on the listings view. It is stretched on Chrome and Safari on Mac. I suspect it is something to do with the default media width of my theme (Genesis Metro Pro) and the custom CSS within WordPress customisation. It seems to display fine on windows when last tested.

    Is there a way to override the default width without ruining the display in other posts? Also is there a way to raise the height of the pics in the slider as they are quite small.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, can you paste a link to page where you are having this problem so i can take a look at it?

    Hi ,
    I too have a similar issue. Please help. Sometimes the Advert single view gets broken for example, https://www.everatlas.com/advert/test-ad-2/ and sometimes it looks goos https://www.everatlas.com/advert/test-load-1606/ . Could you please advise!

    Plugin Author Greg Winiarski

    (@gwin)

    I am not sure what do you mean the both ads look pretty much the same to me? Can you maybe post a screenshot explaining the problem you are having?

    Thread Starter dollobserver

    (@dollobserver)

    Somehow ended up deleting my reply and stating was resolved by mistake!

    Here is a link: http://dollobservers.com/blog/advert/number-1-barbie-example-listing

    Needs to be viewed on mac to replicate the issue.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi, it looks like you are storing the images with WordPress.com (most likely JetPack Photon installed on your site does this), aside of storing the images it also applies some additional properties to the <img /> tag so instead of the link being

    
    <img src="http://dollobservers.com/wp-content/uploads/2017/06/1959-Headshot-wglasses.jpg" alt="" />
    

    it is

    
    <img src="https://i2.wp.com/dollobservers.com/wp-content/uploads/2017/06/1959-Headshot-wglasses.jpg?zoom=2&fit=700%2C979" alt="" width="519" height="726" src-orig="https://i2.wp.com/dollobservers.com/wp-content/uploads/2017/06/1959-Headshot-wglasses.jpg?fit=700%2C979" scale="2">
    

    As long as the images and img tags are modified by Photon it is not really possible to make them display properly in the gallery i am afraid.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Image size in slider issue’ is closed to new replies.