-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Marcel
Hey,
I am very new to processwire and bootstrap. I have a field (text area) and there I want to be able to insert an image which is responsive. I tryed it with Source but in the end the page doesn't seem to like it when I insert in Source the following code
<img src="<?php echo $homepage->content_img->url; ?>" class="img-fluid" alt="Responsive image"> What can I do to make it possible to insert reponsive images in a text area?
Thank you in advance.
Marcel
-
By FrancisChung
Does anyone here a personal portfolio site or a personal website that I can draw some inspiration from?
I need to knock one up with minimal effort.
I was wondering if there's any commercially available themes or solutions I can leverage?
I looked at something called Gitshowcase but it didn't quite output what I needed, as it seems to have a very limited biography section.
-
By jploch
I just relaunched my portfolio website. It's my first ajax driven website using ProcessWire as a CMS.
Its a showcase of some of my work as well as a digital playground to improve my coding skills.
If you encounter any bugs or have feedback, feel free to share
janploch.de
-
By Clément Lambelet
Hi all,
I'm really new to ProcessWire, maybe I missed the solution in the documentation.
I'm working on a site which involves a lot of image upload fields, and I'm always getting many timeout errors. I'm pretty sure it's because I generate too many variations on a single page load (around 20 images with 7 different sizes, for them to be responsive).
I can't use ImageSizerEngineIMagick to help (my host doesn't support it).
I was wondering if there was a way to hook to the process of client-side image resizing (https://processwire.com/blog/posts/processwire-3.0.63-adds-client-side-image-resizing/) to generate the different variations (as it seems really faster). If not, is there a way to generate the different variations on upload and not on page load ?
Any ideas and suggestions are welcome!
-