Hi,
I have used full screen slider, in that i need to set the height:auto if screen resolutions is less than 740px;
Because i need full image to display to users.
If i set height:auto in inspect element it is not display the full image.
Thanks.
Hey rajivnetra!
Send us a link and take a screenshot highlighting what your trying to do and we’ll take a look.
Regards,
Elliott
Hi Elliott,
Check this link (http://www.iopex.com/) for reference.
if you are reducing the browser size, image width is 100%, and height is based upon that.
Kindly check itimage
Thanks
Hi!
I checked your link but you don’t appear to be using any of our themes. Go ahead and activate Enfold and let us know when your done.
Cheers!
Elliott
Hi Elliott,
Ok, http://www.mobiday.in/ in this we have used enfold theme, in that need slider height based upon device width.
Thanks.
Hey!
I am not sure if it will really help you, but here is the code you hopefully want:
@media only screen and (max-width: 740px) {
.avia-fullscreen-slider {
height: auto;
}}
Regards,
Andy
Hi Andy,
Thanks, i have used easy full width slider instead of full screen slider, so no probs now.
Thanks.