Hi guys.
I’m using the slider thumbnails, and have changes the css to make the thumbnail fit the entire image-wrapper.
Before:
.variable-image-wrapper .img-wrap {
position: absolute!important;
top: 0;
left: 15%;
height: 100%;
width: 70%;
}
After:
.variable-image-wrapper .img-wrap {
position: absolute!important;
top: 0;
left: 0% !important;
max-height: 266px !important;
width: 100% !important;
}
See screenshot of result in attachments.
or on http://premium-mockups.com/shop / login: ../wp-admin
So now the image-wrapper is 380x266px, so i upload an thumbnail image with those measurements. But for some reason the image is cropped in size, and is shown way out of proportion.
When i go inspect the html, and look at the original file size, its been cropped from the 380px to 300px? Im not sure what to do? This makes it look weird, and pixelated. I have looked through the option panels, but could not find a setting for this.
Hope you can help me out. Love the theme, and especially the slider thumbnails. Looks great!
All the best,
Nikolaj.
– I just noticed that the image url have an added section:
http://premium-mockups.com/wp-content/uploads/2014/11/380-266-e1436800479355-300×266.jpg and when i change it to this:
http://premium-mockups.com/wp-content/uploads/2014/11/380-266.jpg it is showed properly.
Is it some simple setting im not seeing?
Thanks guys.
Attachments:
You must be
logged in to view attached files.