Skip Navigation

[Resolved] Slight image resizing flicker using AJAX slider settings

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by Woody 6 years, 2 months ago.

Author
Posts
#619197

Please take a look at the homepage slider for LANDSCAPE PORTFOLIO - I have 7 posts rotating automatically using AJAX View but if you look at the bottom left corner of each image, there is a momentary resizing showing about one pixel of border left and bottom or perhaps it is a minor "shift" to the top right as well ...

Just wondering how to control this from happening.

Woody

#619198

I just added a transition for the margins ...

img.landscape-portfolio {
display: block;
max-width: 100%;
max-height: 100%;
outline: none;
padding: 0px 0px 0px 0px;
margin: 1px 0px 0px -1px;
background: rgba(0,0,0,0.6);
transform: scale(1);
transition: transform 0.3s ease-in-out;
}

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.