Donnerstag, 26. März 2020

WP Themify - schroll to ID

https://themify.me/forum/topic/ultra-row-options

Please see the screenshot https://snipboard.io/3bBZY7.jpg, Please try adding a plain text module to your subrow and add the following code:
Just replace the “anchorname” is your anchor name.

Sonntag, 22. März 2020

fit images

img { height: 120px; } .cover img { width: 260px; object-fit: cover; }


css class

cover
https://css-tricks.com/almanac/properties/o/object-fit/


https://www.w3schools.com/css/css3_object-fit.asp

 src="http://i.stack.imgur.com/2OrtT.jpg" class="cover" width="242" height="363" />

.cover {
  object-fit: cover;
  width: 50px;
  height: 100px;
}