Jump to content

Archived

This topic is now archived and is closed to further replies.

ForumMemeber

Why uploaded images are too streched?

Recommended Posts

ForumMemeber

I have set my slider to 800 height. I have optimized a big image to be 2000x800. When i upload it to the site, the image is higher even though when i check its details its height is 800.

Share this post


Link to post
Share on other sites
Guest

Not sure I fully understand the question here but it could be the way that RevSlider handles images.  It sets the background-position to center center which means that if the area you're trying to fill isn't the right dimensions (which is almost 100% the case in responsive design) then the top and bottom will be cut off and the center of the image will be there.  

 

If you want to change this, you can add a custom class as follows:

.pl-slider-position {
background-position: top left;
}

That should set the background position anchor point to the top left corner so that images will always start from the top left corner.  Be careful with this though because it may not be the best solution for your image on smaller screens.

Share this post


Link to post
Share on other sites
ForumMemeber

Not sure I fully understand the question here but it could be the way that RevSlider handles images.  It sets the background-position to center center which means that if the area you're trying to fill isn't the right dimensions (which is almost 100% the case in responsive design) then the top and bottom will be cut off and the center of the image will be there.  

 

If you want to change this, you can add a custom class as follows:

.pl-slider-position {
background-position: top left;
}

That should set the background position anchor point to the top left corner so that images will always start from the top left corner.  Be careful with this though because it may not be the best solution for your image on smaller screens.

 

But i checked the image dimensions. Its 800 pixels in height (and 536 in width), and ive set the slider to be 800 in height as well, yet the image is stretched.

 

Maybe its because the width is small, so it stretches it?

Share this post


Link to post
Share on other sites
Danny

Can you provide us with a link to the site in question, so we can see exactly what your issue is please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
    • flourishdesignstudio
      By flourishdesignstudio+
      My DMS 2 site http://www.heart-stone.com/ will not save any new custom css... I can still edit templates and publish those but any custom css that I enter never saves.
      All WP files, themes, and plugins are up to date. 
      Any thought about what might be causing this?
    • flourishdesignstudio
      By flourishdesignstudio+
      Is there a way to edit the custom CSS via FTP? I know I can edit the custom code in the Chrome editor but is there a file path I can use to find and edit the CSS directly from our FTP?
      Thanks in advance for the help!
    • nizami
      By nizami+
      Using navbar section with correctly configured WP menu to display main navigation at https://elenaangel.com. 
      All fine in desktop viewport. Menu displays twice in hamburger mode. How to fix this please? 

×