responsive image hight
-
Hi Support
i would like to adjust the height of the image depending on the responsive mode. The following css code does not work. Could you please help me with this?/* Standard Slider H?he */ .sp-image { height: 1000px !important; } /* Tablet Ansicht */ @media (max-width: 768px) { .sp-image { height: 500px !important; } /* Mobile Ansicht */ @media (max-width: 480px) { .sp-image { height: 500px !important; }
Thank you very much
Meggs
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.