Advertisement
Guest User

旺文社国語辞典 第十一版 (OUKOKU11) CSS for images

a guest
Jun 17th, 2021
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. .definition-item-content, .gloss-image-link {
  2.   max-width: 100%;
  3. }
  4.  
  5. .gloss-image-container {
  6.   background: none !important;
  7. }
  8.  
  9. .gloss-image-link[data-has-aspect-ratio="true"] .gloss-image {
  10.   position: static;
  11.   max-height: 200px;
  12. }
  13.  
  14. .gloss-image-link[data-has-aspect-ratio="true"] .gloss-image-aspect-ratio-sizer {
  15.   display: none;
  16. }
  17.  
  18. .gloss-image-container-overlay {
  19.   display: none;
  20. }
  21.  
  22. img {
  23.   will-change: transform;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement