I have a nivo slider on my webpage. I need to display images of different widths and heights. A larger image is displayed behind a smaller image. See the following screenshot.
I need to remove the display of a larger image behind a small image. Is it possible to do this using the nivo slider?
I used this and it worked :)
.theme-default .nivoSlider img { position:absolute; top:0px; left:0px; display:none; width: 556px; height: 183px !important; }
add this
<style> .slider-wrapper,.nivoSlider , img{ width:500px; height:200px; margin-bottom:0px !important; border-radius:10px; } </style>
.theme-navigation-inside .nivoSlider img { position:absolute; top:0px; left:0px; display:none; height: auto; }
I realized that this took care of the problem
Source: https://habr.com/ru/post/916894/More articles:Http Client Caching - androidHow to upload an image for viewing in RCP? - javagnuplot: label x and y axis of the matrix (Heatmap) with row and column names - matrixUsing RegEx and Replace to Update Address Addresses Using USPS Abbreviations in MS-Access - vbaHow to add a phone number, email, website, etc. To an existing contact - androidAjaxToolkit: the last TabContainer on the page is targeted at page loading - asp.netDifference between calling sys.exit () and throwing exception - pythonRegEx template for extracting authorization numbers - vbaGoogle chart API tooltips - google-visualizationWhat is faster: empty function or message call? - performanceAll Articles