Forum Replies Created
-
AuthorPosts
-
Hilton
ParticipantHi David,
It was good using this css below as you can see here http://bit.ly/2Vu9HYe
@media(min-width: 768px) {
#wpsp-80913 .wp-show-posts-image.wpsp-image-left, #wpsp-80914 .wp-show-posts-image.wpsp-image-left {
width: 130px;
height: 130px;
position: relative;
overflow:hidden;
}
#wpsp-80913 img, #wpsp-80914 img, #wpsp-80924 img, #wpsp-80899 img, #wpsp-80895 img, #wpsp-80891 img {
position: static;
height: 100%;
width: 100%;
transform: none;
object-fit: cover;
}#wpsp-80924 .wp-show-posts-image.wpsp-image-left, #wpsp-80899 .wp-show-posts-image.wpsp-image-left {
width: 200px;
height: 150px;
position: relative;
overflow:hidden;
}#wpsp-80895 .wp-show-posts-image.wpsp-image-left {
width: 150px;
height: 150px;
position: relative;
overflow:hidden;
}
#wpsp-80891 .wp-show-posts-image {
width: 230px;
height: 200px;
position: relative;
overflow:hidden;
}
}Hilton
ParticipantHi David,
The problem is that I wanted the images to be small on the desktop, so I put a fixed size in the plugin as you can see here https://prnt.sc/vojnnq. So, it looks like this https://prnt.sc/vojpdt
When using this CSS, images that were smaller on the desktop are blurry on the mobile because it seems that they are stretched from that size configured in the plugin, as you can see here https://prnt.sc/vojq0r
Thanks
Hilton
ParticipantYes, thank you Tom 😉
Hilton
ParticipantHi Tom,
Sorry, I found out that this is a native function from the plugin 🙂
Thanks
Hilton
ParticipantHi,
I’ve changed the page with carousel. In fact the carousel is not showing up on both mobile and desktop.
http://bit.ly/2Ks9PVYHilton
ParticipantHi,
The dots are hidden now, but the arrows are not there. Can you check please?
Hilton
ParticipantHi,
It didn’t work for me too. Can you update the function please?
Thanks
-
AuthorPosts