pmoreno-rodriguez / grav-theme-editorial

Editorial is a GravCMS port of the Editorial theme from HTML5Up.net.
Other
13 stars 2 forks source link

Is it possible to add? #45

Open learningtime2025 opened 6 months ago

learningtime2025 commented 6 months ago

there is a shortcode

[ed-float direction=left image="home.jpg" alt="Home" title="Home"]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sed eleifend magna, non tempor urna. Integer maximus, velit non scelerisque ornare, ante libero porta lorem, ac eleifend felis sapien eu leo. Fusce mauris justo, ullamcorper ut urna a, scelerisque viverra magna. Pellentesque eu lectus dignissim justo consectetur tristique.
[/ed-float]

is it possible to add something like cropResize to it? the example of code from grav docs: ![home](home.jpg?cropResize=400,200&classes=float-left)

pmoreno-rodriguez commented 6 months ago

Have you tried with:

![home](home.jpg?cropZoom=600,200?classes=image,left "home")

and after that you can add the text.