You are here

ckeditor.drupalimagestyle.css in Inline responsive images 7

Same filename and directory in other branches
  1. 8 css/plugins/drupalimagestyle/ckeditor.drupalimagestyle.css
/* TODO: this doesn't work... */

img[data-style="mini"] {
  width: 40%;
}

img[data-style="small"] {
  width: 55%;
}

img[data-style="medium"] {
  width: 60%;
}

img[data-style="large"] {
  width: 80%;
}

img[data-style="full"] {
  width: 100%;
}

File

css/plugins/drupalimagestyle/ckeditor.drupalimagestyle.css
View source
  1. /* TODO: this doesn't work... */
  2. img[data-style="mini"] {
  3. width: 40%;
  4. }
  5. img[data-style="small"] {
  6. width: 55%;
  7. }
  8. img[data-style="medium"] {
  9. width: 60%;
  10. }
  11. img[data-style="large"] {
  12. width: 80%;
  13. }
  14. img[data-style="full"] {
  15. width: 100%;
  16. }