-
AuthorPosts
-
December 16, 2015 at 7:16 pm #710015
Hello There,
Please update your code and use this instead:
@media(min-width: 1024px){ .page-id-61 .x-section a { display: block; width: 100%; position: relative; height: 0; padding: 66.66% 0 0 0; overflow: hidden; } .page-id-61 .x-section a img { position: absolute; display: block; max-width: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } }
Please let us know if this works out for you.
December 17, 2015 at 5:42 am #710649If you have a solution to my problem I would be forever grateful :)))
The problem is as mentioned above- for iPad/mobile view all images are showing up 2:3 dimensions, and I would like to overwrite that with media queries, but I can’t figure out how to overwrite the code:
.page-id-61 .x-section a
{
display: block;
width: 100%;
position: relative;
height: 0;
padding: 66.66% 0 0 0;
overflow: hidden;
}.page-id-61 .x-section a img
{
position: absolute;
display: block;
max-width: 100%;
/* max-height: 100%; */
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}THANK YOU! (Last one I promise ;))
December 17, 2015 at 5:45 am #710650Sorry I did’t see your answer on the next page! Thank you so much!
December 17, 2015 at 7:51 am #710791You’re welcome! 🙂
January 11, 2016 at 4:56 pm #741463Hi there!
Thank you for your amazing help&support! I am very happy with the result but I still have some small problems.. The spreadsheets looks great, but it would look even better if the images wouldn’t be centered. Now you see the persons torso in stead of heads on the portrait images:) I noticed that the problem occurs only on Safari and not Firefox.
Could you help me with this..?
Thank you so much!
January 11, 2016 at 8:05 pm #741678We’re sorry but further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.
-
AuthorPosts