I use "Resize image after upload" plugin for my customers. Because they are lazy and dont optimize image before upload. But it is not good for sliders. I use Slider revolution. How can I do that when I work with Slider Revolution, this plugin will deactive in slider revolution pages? I think we can do it with URL stucture or another method.
I use "Resize image after upload" plugin for my customers. Because they are lazy and dont optimize image before upload. But it is not good for sliders. I use Slider revolution. How can I do that when I work with Slider Revolution, this plugin will deactive in slider revolution pages? I think we can do it with URL stucture or another method.
Instead of disabling the plugin, you should try increasing the container of the slider. It will make the images fit there perfectly.
You can do it by adding these codes to the custom CSS of the Customizer:
#x-content-band-3 .x-container.width{
width:100%
}
.rev_slider_wrapper{
height:350px;
}
.rev_slider{
height:350px;
}