chris
pushed to multi-carousels at arcHIVE-tech/SimpleCarousel-omeka-module
2021-09-13 14:38:09 +02:00
Add CSS to the Technical document PDF
My guess is that Mpdf does not use any css unless defined. We don't tell Mpdf about default.css, so it is never included. We do tell Mpdf about print.css, so it is the only only css included.
chris
commented on pull request arcHIVE-tech/SimpleCarousel-omeka-module#6
2021-09-08 12:03:39 +02:00
moved styles into css file, modified slider heigth for proper rendering issue #5
I have merged this but now I realize that..
<?php $variable ?>
does not echo the value
<?= $variable ?>
does echo the value
I will get this.
moved styles into css file, modified slider heigth for proper rendering issue #5
main image height
I've looked into this. The Gallery module is not mobile friendly.
I have made a new module that works well with cell-phones. https://git.hangar.org/arcHIVE-tech/SmartGallery-omeka-module
You…