This doc is our manifesto on the structure technique chosen by Stripo. We gave the explanations for utilizing this structure technique, and our imaginative and prescient of this business growth, as effectively.
Story of the issue
That is concerning the adaptability of emails on cell gadgets. Within the e-mail growth business, there are two strategies: one in every of them is linked with utilizing CSS Media Queries, let’s name it “Adaptive”, and the second is — with out utilizing Media Queries, which is known as “Fluid-hybrid”.
The issue is there nonetheless are cell e-mail shoppers which don’t assist e-mail Adaptive structure. That’s the reason in 2015 Nicole Merlin recommended the Fluid-hybrid technique which permits imitating adaptability in e-mail shoppers which don’t assist Media Queries. But, this technique shouldn’t be common.
The Stripo Manifesto
When making technique relating to the editor creation, we surveyed and examined each structure strategies on completely different sorts of emails. Judging by the obtained outcomes and world-tendency of product growth, we consciously selected the Adaptive technique with Media Queries.
The reality is that within the growth business there have been no clear requirements, and as a consequence of this truth builders have been allowed to interpret code the best way they favored. Even the e-mail big like Google had not supported Media Queries in its Gmail App till just lately.
In November 2016, Google in its utility began supporting a variety of types, together with Media queries!
In different phrases, the tendency is that very quickly the issue can be solved by itself, and there can be no want the alt Fluid-hybrid technique.
Presently – in the course of 2018 – adaptability shouldn’t be supported by:
Emails are displayed the best way as on desktops – the web-version is downloaded.

We assume that Yandex will observe Google’s instance quickly. Presently, web-version is downloaded.

We predict that utilizing a smartphone e-mail shopper is a uncommon and peculiar case.

- Outdated Android 5.1 and 6.0 Vanilla
There’s a mechanism in these variations of the appliance that imitates adaptability. Because of this emails will look adaptive, but with some problematic points.
As an illustration, in our Adaptive structure technique, the third or the fourth (the final) block in construction can be at all times right-aligned. Within the Fluid-hybrid technique, these blocks can be all one-line-aligned, however even this truth didn’t persuade us to make use of this technique.
As there’s one coming drawback for each structure strategies – content material won’t ever be full-screen-width. The extra containers there are within the construction, the narrower they are going to be. And this implies there can be “house” that can not be stuffed in.
Ultimately, we are able to see quick illegible textual content strains, small photographs, and buttons that are troublesome to click on on. Sadly, we’ve got not managed to repair it.
All of the talked about above points linked with the Adaptive structure technique don’t appear essential to us – in any manner, the emails look nice, legible and produce the principle thought to the readers.
|
![]() |
|
It seems that Fluid-hybrid technique has the disadvantages which can be equally essential for us, however along with the whole lot, they can’t be mounted finally. Listed here are a few of them:
- With the intention to set the margins inside containers, Margin-left and Margin-right types are utilized. They work correctly basically on most e-mail shoppers. They don’t affect the containers’ adaptability nor the best way they’re displayed if the containers’ width is lower than the system display width;
In case it’s wider, we see the next impact: margin indents are added out of containers and will not be thought of basically width calculations, like Paddings.

- If there’s solely textual content in containers, then in Outlook which is utilized by 7% principally company shoppers, arises an issue with the containers sizes. The problem is that block desk can’t be adjusted to 100% width, and the textual content itself can’t widen the desk to the given measurement like a picture does. That is the rationale why the indents between containers may be lower than given ones;
This drawback may very well be solved by setting a mounted width for the block desk, however then one other subject arises for some e-mail shoppers – e-mail loses its adaptability. Hybrid-method requires mounted dimensions for the block desk.

- As a result of font-size: O, which is added to
in containers, as a way to do away with empty areas between the sells, it’s required to duplicate textual content types into the guardian component. For instance, right into a promote of the Textual content block in a desk. In any other case, textual content in Lotus Notus can be maximally small. (Scale 1:1);

This may very well be mounted mechanically, by setting CSS types for the textual content in all blocks. But when a person manually makes modifications to textual content in a single block, as an example, this modification is not going to work for Lotus Notes.
- The fluid-hybrid technique requires using equal indents round all containers as a way to be vertically aligned on a cell model. Because of this on desktop variations there may be double indents.
For easy emails, this can be not important, however for constructions with an enormous variety of containers and varied indents, this turns into an actual drawback.

The problems with the Adaptive structure technique can be solved on their very own with eventual e-mail shoppers updates. But, we must settle for the truth that points with the Hybrid-fluid structure technique will at all times stay. We glance far sooner or later and wager on Media Queries.
After all, if you might want to create one or two easy messages, you need to use the Fluid-hybrid technique. However in the case of the strategic progress of our editor which is constructed for years, we select the Media Queries technique.
You probably have concepts, constructive criticism or methods to unravel the talked about above points, share this data with us on Fb or e-mail us at contact@stripo.e-mail – we can be completely satisfied to take it into consideration. We’re open to dialogue.
Was this text useful?
Thanks in your suggestions!

